#E54CCB

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

Shades of Free Speech Magenta #E54CCB

Tints of Free Speech Magenta #E54CCB

Color information

#E54CCB (or 0xE54CCB) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 4C and CB. RGB value is (229,76,203). Sum of RGB (Red+Green+Blue) = 229+76+203=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 76 (30.08% from 255 or 14.96% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54CCB is #1AB334. Grayscale: #878787. Windows color (decimal): -1749813 or 13323493. OLE color: 13323493.

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

Color convert

RGB22976203-
CMYK00.670.110.10
HSL310.2º74.63%59.8%-
HSV(B)310.2º66.81%89.8%-
XYZ45.6826.1459.14-
YUV136.22165.69194.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.08%
GREEN value IS 76 (30.08% from 255) = 14.96%
BLUE value IS 203 (79.69% from 255) = 39.96%
R=45.08%
G=14.96%
B=39.96%

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
Decimal2297620300.670.110.10310.274.6359.8
HexE54CCB043BA1364b3c
Octal3451143130103131246611374
Binary1110010110011001100101101000011101110101001101101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54CCB; }

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

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

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

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

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

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

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

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