Html Css Color HEX #E54CCC Free Speech Magenta

📋 copy color: '#E54CCC'

red 229 ◦ green 76 ◦ blue 204

#E54CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #E54CCC

Tints of Free Speech Magenta #E54CCC

RGB

 RED value IS 229 (89.84% from 255) = 44.99%

 GREEN value IS 76 (30.08% from 255) = 14.93%

 BLUE value IS 204 (80.08% from 255) = 40.08%

R = 44.99%
G = 14.93%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E54CCC (or 0xE54CCC) is known color: Free Speech Magenta. HEX triplet: E5, 4C and CC. RGB value is (229,76,204). Sum of RGB (Red+Green+Blue) = 229+76+204=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54CCC is #1AB333. Grayscale: #878787. Windows color (decimal): -1749812 or 13389029. OLE color: 13389029.

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

Color convert

RGB 229 76 204 -
CMYK 0 0.67 0.11 0.10
HSL 309.8º 0.75% 0.6% -
HSV(B) 309.8º 0.67% 0.9% -
XYZ 45.8 26.19 59.77 -
YUV 136.34 166.19 194.09 -
System Red Green Blue C M Y K H S L
Decimal 229 76 204 0 0.67 0.11 0.10 309.8 0.75 0.6
Hex E5 4C CC 0 43 B A 136 4B 3C
Octal 345 114 314 0 103 13 12 466 113 74
Binary 11100101 1001100 11001100 0 1000011 1011 1010 100110110 1001011 111100

Color Harmonies of #E54CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54CCC

Black with #E54CCC

Text Example


Text Example

White with #E54CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54CCC; }

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

 H1.HeaderClassName
 {
   color: #E54CCC;
 }
 .AnyTagClassName
 {
   color: #E54CCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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