#E05ABB

Color #E05ABB Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E05ABB

Tints of Free Speech Magenta #E05ABB

Color information

#E05ABB (or 0xE05ABB) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 5A and BB. RGB value is (224,90,187). Sum of RGB (Red+Green+Blue) = 224+90+187=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E05ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05ABB is #1FA544. Grayscale: #8C8C8C. Windows color (decimal): -2073925 or 12278496. OLE color: 12278496.

HSL color Cylindrical-coordinate representation of color #E05ABB: hue angle of 316.57º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E05ABB is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB22490187-
CMYK00.600.170.12
HSL316.57º68.37%61.57%-
HSV(B)316.57º59.82%87.84%-
XYZ43.3726.7549.89-
YUV141.12153.89187.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.71%
GREEN value IS 90 (35.55% from 255) = 17.96%
BLUE value IS 187 (73.44% from 255) = 37.33%
R=44.71%
G=17.96%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249018700.600.170.12316.5768.3761.57
HexE05ABB03C11C13d443e
Octal340132273074211447510476
Binary1110000010110101011101101111001000111001001111011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05ABB; }

 p { color: rgb(224,90,187); }

 H1.HeaderClassName
 {
   color: #E05ABB;
 }
 .AnyTagClassName
 {
   color: #E05ABB;
 }
</style>
background-color css

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

 a { background-color: rgb(224,90,187); }

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

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

 span { border-color: rgb(224,90,187); }

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