Html Css Color HEX #E54ACC Free Speech Magenta

📋 copy color: '#E54ACC'

red 229 ◦ green 74 ◦ blue 204

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

Shades of Free Speech Magenta #E54ACC

Tints of Free Speech Magenta #E54ACC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.6%

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

R = 45.17%
G = 14.6%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E54ACC (or 0xE54ACC) is known color: Free Speech Magenta. HEX triplet: E5, 4A and CC. RGB value is (229,74,204). Sum of RGB (Red+Green+Blue) = 229+74+204=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E54ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54ACC is #1AB533. Grayscale: #868686. Windows color (decimal): -1750324 or 13388517. OLE color: 13388517.

HSL color Cylindrical-coordinate representation of color #E54ACC: hue angle of 309.68º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54ACC is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 74 204 -
CMYK 0 0.68 0.11 0.10
HSL 309.68º 0.75% 0.59% -
HSV(B) 309.68º 0.68% 0.9% -
XYZ 45.66 25.92 59.72 -
YUV 135.17 166.85 194.93 -
System Red Green Blue C M Y K H S L
Decimal 229 74 204 0 0.68 0.11 0.10 309.68 0.75 0.59
Hex E5 4A CC 0 44 B A 136 4B 3B
Octal 345 112 314 0 104 13 12 466 113 73
Binary 11100101 1001010 11001100 0 1000100 1011 1010 100110110 1001011 111011

Color Harmonies of #E54ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54ACC

Black with #E54ACC

Text Example


Text Example

White with #E54ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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