#E54CCC

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

Shades of Free Speech Magenta #E54CCC

Tints of Free Speech Magenta #E54CCC

Color information

#E54CCC (or 0xE54CCC) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 4C and CC. RGB value is (229,76,204). Sum of RGB (Red+Green+Blue) = 229+76+204=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54CCC is #1AB333. Grayscale: #878787. Windows color (decimal): -1749812 or 13389029. OLE color: 13389029.

HSL color Cylindrical-coordinate representation of color #E54CCC: hue angle of 309.8º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54CCC is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB22976204-
CMYK00.670.110.10
HSL309.8º74.63%59.8%-
HSV(B)309.8º66.81%89.8%-
XYZ45.826.1959.77-
YUV136.34166.19194.09-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.99%
GREEN value IS 76 (30.08% from 255) = 14.93%
BLUE value IS 204 (80.08% from 255) = 40.08%
R=44.99%
G=14.93%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297620400.670.110.10309.874.6359.8
HexE54CCC043BA1364b3c
Octal3451143140103131246611374
Binary1110010110011001100110001000011101110101001101101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54CCC; }

 p { color: rgb(229,76,204); }

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

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

 a { background-color: rgb(229,76,204); }

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

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

 span { border-color: rgb(229,76,204); }

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