Html Css Color HEX #E55ABD Free Speech Magenta

📋 copy color: '#E55ABD'

red 229 ◦ green 90 ◦ blue 189

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

Shades of Free Speech Magenta #E55ABD

Tints of Free Speech Magenta #E55ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.2%

R = 45.08%
G = 17.72%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E55ABD (or 0xE55ABD) is known color: Free Speech Magenta. HEX triplet: E5, 5A and BD. RGB value is (229,90,189). Sum of RGB (Red+Green+Blue) = 229+90+189=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E55ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55ABD is #1AA542. Grayscale: #8E8E8E. Windows color (decimal): -1746243 or 12409573. OLE color: 12409573.

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

Color convert

RGB 229 90 189 -
CMYK 0 0.61 0.17 0.10
HSL 317.27º 0.73% 0.63% -
HSV(B) 317.27º 0.61% 0.9% -
XYZ 45.15 27.64 51.1 -
YUV 142.85 154.05 189.45 -
System Red Green Blue C M Y K H S L
Decimal 229 90 189 0 0.61 0.17 0.10 317.27 0.73 0.63
Hex E5 5A BD 0 3D 11 A 13D 49 3F
Octal 345 132 275 0 75 21 12 475 111 77
Binary 11100101 1011010 10111101 0 111101 10001 1010 100111101 1001001 111111

Color Harmonies of #E55ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55ABD

Black with #E55ABD

Text Example


Text Example

White with #E55ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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