#EF6EE0

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

Shades of Free Speech Magenta #EF6EE0

Tints of Free Speech Magenta #EF6EE0

Color information

#EF6EE0 (or 0xEF6EE0) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 6E and E0. RGB value is (239,110,224). Sum of RGB (Red+Green+Blue) = 239+110+224=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 110 (43.36% from 255 or 19.20% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6EE0 is #10911F. Grayscale: #A1A1A1. Windows color (decimal): -1085728 or 14708463. OLE color: 14708463.

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

Color convert

RGB239110224-
CMYK00.540.060.06
HSL306.98º80.12%68.43%-
HSV(B)306.98º53.97%93.73%-
XYZ54.6334.8874.38-
YUV161.57163.24183.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.71%
GREEN value IS 110 (43.36% from 255) = 19.20%
BLUE value IS 224 (87.89% from 255) = 39.09%
R=41.71%
G=19.20%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911022400.540.060.06306.9880.1268.43
HexEF6EE0036661335044
Octal35715634006666463120104
Binary11101111110111011100000011011011011010011001110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6EE0; }

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

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

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

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

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

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

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

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