#E15CBA

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

Shades of Free Speech Magenta #E15CBA

Tints of Free Speech Magenta #E15CBA

Color information

#E15CBA (or 0xE15CBA) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5C and BA. RGB value is (225,92,186). Sum of RGB (Red+Green+Blue) = 225+92+186=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15CBA is #1EA345. Grayscale: #8E8E8E. Windows color (decimal): -2007878 or 12213473. OLE color: 12213473.

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

Color convert

RGB22592186-
CMYK00.590.170.12
HSL317.59º68.91%62.16%-
HSV(B)317.59º59.11%88.24%-
XYZ43.7427.2149.4-
YUV142.48152.56186.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.73%
GREEN value IS 92 (36.33% from 255) = 18.29%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=44.73%
G=18.29%
B=36.98%

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
Decimal2259218600.590.170.12317.5968.9162.16
HexE15CBA03B11C13e453e
Octal341134272073211447610576
Binary1110000110111001011101001110111000111001001111101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15CBA; }

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

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

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

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

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

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

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

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