#EF66E0

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

Shades of Free Speech Magenta #EF66E0

Tints of Free Speech Magenta #EF66E0

Color information

#EF66E0 (or 0xEF66E0) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 66 and E0. RGB value is (239,102,224). Sum of RGB (Red+Green+Blue) = 239+102+224=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 102 (40.23% from 255 or 18.05% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF66E0 is #10991F. Grayscale: #9C9C9C. Windows color (decimal): -1087776 or 14706415. OLE color: 14706415.

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

Color convert

RGB239102224-
CMYK00.570.060.06
HSL306.57º81.07%66.86%-
HSV(B)306.57º57.32%93.73%-
XYZ53.833.2474.1-
YUV156.87165.89186.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.30%
GREEN value IS 102 (40.23% from 255) = 18.05%
BLUE value IS 224 (87.89% from 255) = 39.65%
R=42.30%
G=18.05%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910222400.570.060.06306.5781.0766.86
HexEF66E0039661335143
Octal35714634007166463121103
Binary11101111110011011100000011100111011010011001110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF66E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF66E0; }

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

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

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

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

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

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

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

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