#EF6AE0

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

Shades of Free Speech Magenta #EF6AE0

Tints of Free Speech Magenta #EF6AE0

Color information

#EF6AE0 (or 0xEF6AE0) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 6A and E0. RGB value is (239,106,224). Sum of RGB (Red+Green+Blue) = 239+106+224=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 106 (41.80% from 255 or 18.63% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6AE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6AE0 is #10951F. Grayscale: #9E9E9E. Windows color (decimal): -1086752 or 14707439. OLE color: 14707439.

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

Color convert

RGB239106224-
CMYK00.560.060.06
HSL306.77º80.61%67.65%-
HSV(B)306.77º55.65%93.73%-
XYZ54.2134.0474.23-
YUV159.22164.56184.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.00%
GREEN value IS 106 (41.80% from 255) = 18.63%
BLUE value IS 224 (87.89% from 255) = 39.37%
R=42.00%
G=18.63%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910622400.560.060.06306.7780.6167.65
HexEF6AE0038661335144
Octal35715234007066463121104
Binary11101111110101011100000011100011011010011001110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6AE0; }

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

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

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

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

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

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

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

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