#EF6AE5

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

Shades of Free Speech Magenta #EF6AE5

Tints of Free Speech Magenta #EF6AE5

Color information

#EF6AE5 (or 0xEF6AE5) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 6A and E5. RGB value is (239,106,229). Sum of RGB (Red+Green+Blue) = 239+106+229=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 106 (41.80% from 255 or 18.47% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6AE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6AE5 is #10951A. Grayscale: #9F9F9F. Windows color (decimal): -1086747 or 15035119. OLE color: 15035119.

HSL color Cylindrical-coordinate representation of color #EF6AE5: hue angle of 304.51º 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 #EF6AE5 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB239106229-
CMYK00.560.040.06
HSL304.51º80.61%67.65%-
HSV(B)304.51º55.65%93.73%-
XYZ54.8934.3277.86-
YUV159.79167.06184.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.64%
GREEN value IS 106 (41.80% from 255) = 18.47%
BLUE value IS 229 (89.84% from 255) = 39.90%
R=41.64%
G=18.47%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910622900.560.040.06304.5180.6167.65
HexEF6AE5038461315144
Octal35715234507046461121104
Binary11101111110101011100101011100010011010011000110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6AE5; }

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

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

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

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

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

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

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

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