#E15CBB

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

Shades of Free Speech Magenta #E15CBB

Tints of Free Speech Magenta #E15CBB

Color information

#E15CBB (or 0xE15CBB) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5C and BB. RGB value is (225,92,187). Sum of RGB (Red+Green+Blue) = 225+92+187=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15CBB is #1EA344. Grayscale: #8E8E8E. Windows color (decimal): -2007877 or 12279009. OLE color: 12279009.

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

Color convert

RGB22592187-
CMYK00.590.170.12
HSL317.14º68.91%62.16%-
HSV(B)317.14º59.11%88.24%-
XYZ43.8527.2549.96-
YUV142.6153.06186.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.64%
GREEN value IS 92 (36.33% from 255) = 18.25%
BLUE value IS 187 (73.44% from 255) = 37.10%
R=44.64%
G=18.25%
B=37.10%

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
Decimal2259218700.590.170.12317.1468.9162.16
HexE15CBB03B11C13d453e
Octal341134273073211447510576
Binary1110000110111001011101101110111000111001001111011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15CBB; }

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

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

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

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

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

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

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

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