#E05CB9

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

Shades of Free Speech Magenta #E05CB9

Tints of Free Speech Magenta #E05CB9

Color information

#E05CB9 (or 0xE05CB9) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 5C and B9. RGB value is (224,92,185). Sum of RGB (Red+Green+Blue) = 224+92+185=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E05CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05CB9 is #1FA346. Grayscale: #8D8D8D. Windows color (decimal): -2073415 or 12147936. OLE color: 12147936.

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

Color convert

RGB22492185-
CMYK00.590.170.12
HSL317.73º68.04%61.96%-
HSV(B)317.73º58.93%87.84%-
XYZ43.322748.83-
YUV142.07152.23186.44-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.71%
GREEN value IS 92 (36.33% from 255) = 18.36%
BLUE value IS 185 (72.66% from 255) = 36.93%
R=44.71%
G=18.36%
B=36.93%

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
Decimal2249218500.590.170.12317.7368.0461.96
HexE05CB903B11C13e443e
Octal340134271073211447610476
Binary1110000010111001011100101110111000111001001111101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05CB9; }

 p { color: rgb(224,92,185); }

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

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

 a { background-color: rgb(224,92,185); }

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

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

 span { border-color: rgb(224,92,185); }

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