Html Css Color HEX #E55AC9 Free Speech Magenta

📋 copy color: '#E55AC9'

red 229 ◦ green 90 ◦ blue 201

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

Shades of Free Speech Magenta #E55AC9

Tints of Free Speech Magenta #E55AC9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.31%

 BLUE value IS 201 (78.91% from 255) = 38.65%

R = 44.04%
G = 17.31%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E55AC9 (or 0xE55AC9) is known color: Free Speech Magenta. HEX triplet: E5, 5A and C9. RGB value is (229,90,201). Sum of RGB (Red+Green+Blue) = 229+90+201=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E55AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55AC9 is #1AA536. Grayscale: #8F8F8F. Windows color (decimal): -1746231 or 13196005. OLE color: 13196005.

HSL color Cylindrical-coordinate representation of color #E55AC9: hue angle of 312.09º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55AC9 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 90 201 -
CMYK 0 0.61 0.12 0.10
HSL 312.09º 0.73% 0.63% -
HSV(B) 312.09º 0.61% 0.9% -
XYZ 46.51 28.19 58.25 -
YUV 144.22 160.05 188.47 -
System Red Green Blue C M Y K H S L
Decimal 229 90 201 0 0.61 0.12 0.10 312.09 0.73 0.63
Hex E5 5A C9 0 3D C A 138 49 3F
Octal 345 132 311 0 75 14 12 470 111 77
Binary 11100101 1011010 11001001 0 111101 1100 1010 100111000 1001001 111111

Color Harmonies of #E55AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55AC9

Black with #E55AC9

Text Example


Text Example

White with #E55AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55AC9; }

 p { color: rgb(229,90,201); }

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

background-color css

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

 a { background-color: rgb(229,90,201); }

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

border-color css

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

 span { border-color: rgb(229,90,201); }

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