#EF6AE4

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

Shades of Free Speech Magenta #EF6AE4

Tints of Free Speech Magenta #EF6AE4

Color information

#EF6AE4 (or 0xEF6AE4) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 6A and E4. RGB value is (239,106,228). Sum of RGB (Red+Green+Blue) = 239+106+228=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 106 (41.80% from 255 or 18.50% from 573); Blue value is 228 (89.45% from 255 or 39.79% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6AE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6AE4 is #10951B. Grayscale: #9F9F9F. Windows color (decimal): -1086748 or 14969583. OLE color: 14969583.

HSL color Cylindrical-coordinate representation of color #EF6AE4: hue angle of 304.96º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6AE4 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB239106228-
CMYK00.560.050.06
HSL304.96º80.61%67.65%-
HSV(B)304.96º55.65%93.73%-
XYZ54.7534.2677.13-
YUV159.67166.56184.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.71%
GREEN value IS 106 (41.80% from 255) = 18.50%
BLUE value IS 228 (89.45% from 255) = 39.79%
R=41.71%
G=18.50%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910622800.560.050.06304.9680.6167.65
HexEF6AE4038561315144
Octal35715234407056461121104
Binary11101111110101011100100011100010111010011000110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6AE4; }

 p { color: rgb(239,106,228); }

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

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

 a { background-color: rgb(239,106,228); }

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

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

 span { border-color: rgb(239,106,228); }

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