#e748ef

Color #E748EF Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E748EF

Tints of Free Speech Magenta #E748EF

Color information

#E748EF (or 0xE748EF) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 48 and EF. RGB value is (231,72,239). Sum of RGB (Red+Green+Blue) = 231+72+239=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 72 (28.52% from 255 or 13.28% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #E748EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E748EF is #18B710. Grayscale: #8A8A8A. Windows color (decimal): -1619729 or 15681767. OLE color: 15681767.

HSL color Cylindrical-coordinate representation of color #E748EF: hue angle of 297.13º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E748EF is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB23172239-
CMYK0.030.7000.06
HSL297.13º83.92%60.98%-
HSV(B)297.13º69.87%93.73%-
XYZ50.8527.8684.36-
YUV138.58184.68193.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 42.62%
GREEN value IS 72 (28.52% from 255) = 13.28%
BLUE value IS 239 (93.75% from 255) = 44.10%
R=42.62%
G=13.28%
B=44.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal231722390.030.7000.06297.1383.9260.98
HexE748EF34606129543d
Octal34711035731060645112475
Binary1110011110010001110111111100011001101001010011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e748ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e748ef; }

 p { color: rgb(231,72,239); }

 H1.HeaderClassName
 {
   color: #e748ef;
 }
 .AnyTagClassName
 {
   color: #e748ef;
 }
</style>
background-color css

<style>
 a { background-color: #e748ef; }

 a { background-color: rgb(231,72,239); }

 div.DivClassName
 {
   background-color: #e748ef;
 }
 .BgClassName
 {
   background-color: #e748ef;
 }
</style>
border-color css

<style>
 span { border-color: #e748ef; }

 span { border-color: rgb(231,72,239); }

 td.TdClassName
 {
   border-color: #e748ef;
 }
 .TagClassName
 {
   border-color: #e748ef;
 }
</style>