#e54cc5

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

Shades of Free Speech Magenta #E54CC5

Tints of Free Speech Magenta #E54CC5

Color information

#E54CC5 (or 0xE54CC5) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 4C and C5. RGB value is (229,76,197). Sum of RGB (Red+Green+Blue) = 229+76+197=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54CC5 is #1AB33A. Grayscale: #878787. Windows color (decimal): -1749819 or 12930277. OLE color: 12930277.

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

Color convert

RGB22976197-
CMYK00.670.140.10
HSL312.55º74.63%59.8%-
HSV(B)312.55º66.81%89.8%-
XYZ44.9825.8655.44-
YUV135.54162.69194.66-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.62%
GREEN value IS 76 (30.08% from 255) = 15.14%
BLUE value IS 197 (77.34% from 255) = 39.24%
R=45.62%
G=15.14%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297619700.670.140.10312.5574.6359.8
HexE54CC5043EA1394b3c
Octal3451143050103161247111374
Binary1110010110011001100010101000011111010101001110011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e54cc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e54cc5; }

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

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

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

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

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

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

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

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