Html Css Color HEX #E55AD9 Free Speech Magenta

📋 copy color: '#E55AD9'

red 229 ◦ green 90 ◦ blue 217

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

Shades of Free Speech Magenta #E55AD9

Tints of Free Speech Magenta #E55AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.49%

R = 42.72%
G = 16.79%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E55AD9 (or 0xE55AD9) is known color: Free Speech Magenta. HEX triplet: E5, 5A and D9. RGB value is (229,90,217). Sum of RGB (Red+Green+Blue) = 229+90+217=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 90 (35.55% from 255 or 16.79% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E55AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55AD9 is #1AA526. Grayscale: #919191. Windows color (decimal): -1746215 or 14244581. OLE color: 14244581.

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

Color convert

RGB 229 90 217 -
CMYK 0 0.61 0.05 0.10
HSL 305.18º 0.73% 0.63% -
HSV(B) 305.18º 0.61% 0.9% -
XYZ 48.49 28.98 68.68 -
YUV 146.04 168.05 187.17 -
System Red Green Blue C M Y K H S L
Decimal 229 90 217 0 0.61 0.05 0.10 305.18 0.73 0.63
Hex E5 5A D9 0 3D 5 A 131 49 3F
Octal 345 132 331 0 75 5 12 461 111 77
Binary 11100101 1011010 11011001 0 111101 101 1010 100110001 1001001 111111

Color Harmonies of #E55AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55AD9

Black with #E55AD9

Text Example


Text Example

White with #E55AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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