#E54CD7

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

Shades of Free Speech Magenta #E54CD7

Tints of Free Speech Magenta #E54CD7

Color information

#E54CD7 (or 0xE54CD7) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 4C and D7. RGB value is (229,76,215). Sum of RGB (Red+Green+Blue) = 229+76+215=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 76 (30.08% from 255 or 14.62% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54CD7 is #1AB328. Grayscale: #898989. Windows color (decimal): -1749801 or 14109925. OLE color: 14109925.

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

Color convert

RGB22976215-
CMYK00.670.060.10
HSL305.49º74.63%59.8%-
HSV(B)305.49º66.81%89.8%-
XYZ47.1626.7366.96-
YUV137.59171.69193.2-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.04%
GREEN value IS 76 (30.08% from 255) = 14.62%
BLUE value IS 215 (84.38% from 255) = 41.35%
R=44.04%
G=14.62%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297621500.670.060.10305.4974.6359.8
HexE54CD70436A1314b3c
Octal345114327010361246111374
Binary111001011001100110101110100001111010101001100011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54CD7; }

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

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

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

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

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

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

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

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