#E54CDB

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

Shades of Free Speech Magenta #E54CDB

Tints of Free Speech Magenta #E54CDB

Color information

#E54CDB (or 0xE54CDB) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 4C and DB. RGB value is (229,76,219). Sum of RGB (Red+Green+Blue) = 229+76+219=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 76 (30.08% from 255 or 14.50% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54CDB is #1AB324. Grayscale: #898989. Windows color (decimal): -1749797 or 14372069. OLE color: 14372069.

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

Color convert

RGB22976219-
CMYK00.670.040.10
HSL303.92º74.63%59.8%-
HSV(B)303.92º66.81%89.8%-
XYZ47.6826.9469.7-
YUV138.05173.69192.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.70%
GREEN value IS 76 (30.08% from 255) = 14.50%
BLUE value IS 219 (85.94% from 255) = 41.79%
R=43.70%
G=14.50%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297621900.670.040.10303.9274.6359.8
HexE54CDB0434A1304b3c
Octal345114333010341246011374
Binary111001011001100110110110100001110010101001100001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54CDB; }

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

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

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

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

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

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

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

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