#E54CC7

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

Shades of Free Speech Magenta #E54CC7

Tints of Free Speech Magenta #E54CC7

Color information

#E54CC7 (or 0xE54CC7) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 4C and C7. RGB value is (229,76,199). Sum of RGB (Red+Green+Blue) = 229+76+199=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54CC7 is #1AB338. Grayscale: #878787. Windows color (decimal): -1749817 or 13061349. OLE color: 13061349.

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

Color convert

RGB22976199-
CMYK00.670.130.10
HSL311.76º74.63%59.8%-
HSV(B)311.76º66.81%89.8%-
XYZ45.2125.9556.66-
YUV135.77163.69194.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.44%
GREEN value IS 76 (30.08% from 255) = 15.08%
BLUE value IS 199 (78.12% from 255) = 39.48%
R=45.44%
G=15.08%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297619900.670.130.10311.7674.6359.8
HexE54CC7043DA1384b3c
Octal3451143070103151247011374
Binary1110010110011001100011101000011110110101001110001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54CC7; }

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

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

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

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

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

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

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

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