#E05DBA

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

Shades of Free Speech Magenta #E05DBA

Tints of Free Speech Magenta #E05DBA

Color information

#E05DBA (or 0xE05DBA) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 5D and BA. RGB value is (224,93,186). Sum of RGB (Red+Green+Blue) = 224+93+186=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E05DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05DBA is #1FA245. Grayscale: #8E8E8E. Windows color (decimal): -2073158 or 12213728. OLE color: 12213728.

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

Color convert

RGB22493186-
CMYK00.580.170.12
HSL317.4º67.88%62.16%-
HSV(B)317.4º58.48%87.84%-
XYZ43.5227.2249.41-
YUV142.77152.4185.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 93 (36.72% from 255) = 18.49%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=44.53%
G=18.49%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249318600.580.170.12317.467.8862.16
HexE05DBA03A11C13d443e
Octal340135272072211447510476
Binary1110000010111011011101001110101000111001001111011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05DBA; }

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

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

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

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

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

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

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

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