#E05BBA

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

Shades of Free Speech Magenta #E05BBA

Tints of Free Speech Magenta #E05BBA

Color information

#E05BBA (or 0xE05BBA) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 5B and BA. RGB value is (224,91,186). Sum of RGB (Red+Green+Blue) = 224+91+186=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 91 (35.94% from 255 or 18.16% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E05BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05BBA is #1FA445. Grayscale: #8D8D8D. Windows color (decimal): -2073670 or 12213216. OLE color: 12213216.

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

Color convert

RGB22491186-
CMYK00.590.170.12
HSL317.14º68.21%61.76%-
HSV(B)317.14º59.38%87.84%-
XYZ43.3426.8749.36-
YUV141.6153.06186.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.71%
GREEN value IS 91 (35.94% from 255) = 18.16%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=44.71%
G=18.16%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249118600.590.170.12317.1468.2161.76
HexE05BBA03B11C13d443e
Octal340133272073211447510476
Binary1110000010110111011101001110111000111001001111011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05BBA; }

 p { color: rgb(224,91,186); }

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

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

 a { background-color: rgb(224,91,186); }

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

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

 span { border-color: rgb(224,91,186); }

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