#E15C84

Color #E15C84 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #E15C84

Tints of Dark Pink #E15C84

Color information

#E15C84 (or 0xE15C84) is unknown color: approx Dark Pink. HEX triplet: E1, 5C and 84. RGB value is (225,92,132). Sum of RGB (Red+Green+Blue) = 225+92+132=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15C84 is #1EA37B. Grayscale: #888888. Windows color (decimal): -2007932 or 8674529. OLE color: 8674529.

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

Color convert

RGB22592132-
CMYK00.590.410.12
HSL341.95º68.91%62.16%-
HSV(B)341.95º59.11%88.24%-
XYZ39.0425.3324.66-
YUV136.33125.56191.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.11%
GREEN value IS 92 (36.33% from 255) = 20.49%
BLUE value IS 132 (51.95% from 255) = 29.40%
R=50.11%
G=20.49%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259213200.590.410.12341.9568.9162.16
HexE15C8403B29C156453e
Octal341134204073511452610576
Binary11100001101110010000100011101110100111001010101101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15C84; }

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

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

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

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

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

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

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

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