Html Css Color HEX #E54CC4 Free Speech Magenta

📋 copy color: '#E54CC4'

red 229 ◦ green 76 ◦ blue 196

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

Shades of Free Speech Magenta #E54CC4

Tints of Free Speech Magenta #E54CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.12%

R = 45.71%
G = 15.17%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E54CC4 (or 0xE54CC4) is known color: Free Speech Magenta. HEX triplet: E5, 4C and C4. RGB value is (229,76,196). Sum of RGB (Red+Green+Blue) = 229+76+196=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54CC4 is #1AB33B. Grayscale: #878787. Windows color (decimal): -1749820 or 12864741. OLE color: 12864741.

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

Color convert

RGB 229 76 196 -
CMYK 0 0.67 0.14 0.10
HSL 312.94º 0.75% 0.6% -
HSV(B) 312.94º 0.67% 0.9% -
XYZ 44.86 25.81 54.84 -
YUV 135.43 162.19 194.74 -
System Red Green Blue C M Y K H S L
Decimal 229 76 196 0 0.67 0.14 0.10 312.94 0.75 0.6
Hex E5 4C C4 0 43 E A 139 4B 3C
Octal 345 114 304 0 103 16 12 471 113 74
Binary 11100101 1001100 11000100 0 1000011 1110 1010 100111001 1001011 111100

Color Harmonies of #E54CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54CC4

Black with #E54CC4

Text Example


Text Example

White with #E54CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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