#EF5CCA

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

Shades of Free Speech Magenta #EF5CCA

Tints of Free Speech Magenta #EF5CCA

Color information

#EF5CCA (or 0xEF5CCA) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 5C and CA. RGB value is (239,92,202). Sum of RGB (Red+Green+Blue) = 239+92+202=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 92 (36.33% from 255 or 17.26% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5CCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5CCA is #10A335. Grayscale: #949494. Windows color (decimal): -1090358 or 13262063. OLE color: 13262063.

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

Color convert

RGB23992202-
CMYK00.620.150.06
HSL315.1º82.12%64.9%-
HSV(B)315.1º61.51%93.73%-
XYZ50.0830.2759.08-
YUV148.49158.2192.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.84%
GREEN value IS 92 (36.33% from 255) = 17.26%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=44.84%
G=17.26%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399220200.620.150.06315.182.1264.9
HexEF5CCA03EF613b5241
Octal357134312076176473122101
Binary111011111011100110010100111110111111010011101110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5CCA; }

 p { color: rgb(239,92,202); }

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

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

 a { background-color: rgb(239,92,202); }

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

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

 span { border-color: rgb(239,92,202); }

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