#E15CB9

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

Shades of Free Speech Magenta #E15CB9

Tints of Free Speech Magenta #E15CB9

Color information

#E15CB9 (or 0xE15CB9) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5C and B9. RGB value is (225,92,185). Sum of RGB (Red+Green+Blue) = 225+92+185=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 92 (36.33% from 255 or 18.33% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15CB9 is #1EA346. Grayscale: #8E8E8E. Windows color (decimal): -2007879 or 12147937. OLE color: 12147937.

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

Color convert

RGB22592185-
CMYK00.590.180.12
HSL318.05º68.91%62.16%-
HSV(B)318.05º59.11%88.24%-
XYZ43.6427.1648.84-
YUV142.37152.06186.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.82%
GREEN value IS 92 (36.33% from 255) = 18.33%
BLUE value IS 185 (72.66% from 255) = 36.85%
R=44.82%
G=18.33%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259218500.590.180.12318.0568.9162.16
HexE15CB903B12C13e453e
Octal341134271073221447610576
Binary1110000110111001011100101110111001011001001111101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15CB9; }

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

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

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

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

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

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

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

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