#EF4CCE

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

Shades of Free Speech Magenta #EF4CCE

Tints of Free Speech Magenta #EF4CCE

Color information

#EF4CCE (or 0xEF4CCE) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 4C and CE. RGB value is (239,76,206). Sum of RGB (Red+Green+Blue) = 239+76+206=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 76 (30.08% from 255 or 14.59% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4CCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4CCE is #10B331. Grayscale: #8B8B8B. Windows color (decimal): -1094450 or 13520111. OLE color: 13520111.

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

Color convert

RGB23976206-
CMYK00.680.140.06
HSL312.15º83.59%61.76%-
HSV(B)312.15º68.2%93.73%-
XYZ49.3227.9861.19-
YUV139.56165.5198.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.87%
GREEN value IS 76 (30.08% from 255) = 14.59%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=45.87%
G=14.59%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397620600.680.140.06312.1583.5961.76
HexEF4CCE044E6138543e
Octal357114316010416647012476
Binary111011111001100110011100100010011101101001110001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4CCE; }

 p { color: rgb(239,76,206); }

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

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

 a { background-color: rgb(239,76,206); }

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

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

 span { border-color: rgb(239,76,206); }

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