#E54CCD

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

Shades of Free Speech Magenta #E54CCD

Tints of Free Speech Magenta #E54CCD

Color information

#E54CCD (or 0xE54CCD) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 4C and CD. RGB value is (229,76,205). Sum of RGB (Red+Green+Blue) = 229+76+205=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 76 (30.08% from 255 or 14.90% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54CCD is #1AB332. Grayscale: #888888. Windows color (decimal): -1749811 or 13454565. OLE color: 13454565.

HSL color Cylindrical-coordinate representation of color #E54CCD: hue angle of 309.41º 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 #E54CCD is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB22976205-
CMYK00.670.100.10
HSL309.41º74.63%59.8%-
HSV(B)309.41º66.81%89.8%-
XYZ45.9226.2360.4-
YUV136.45166.69194.01-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.90%
GREEN value IS 76 (30.08% from 255) = 14.90%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=44.90%
G=14.90%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297620500.670.100.10309.4174.6359.8
HexE54CCD043AA1354b3c
Octal3451143150103121246511374
Binary1110010110011001100110101000011101010101001101011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54CCD; }

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

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

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

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

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

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

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

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