#E15C8A

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

Shades of Dark Pink #E15C8A

Tints of Dark Pink #E15C8A

Color information

#E15C8A (or 0xE15C8A) is unknown color: approx Dark Pink. HEX triplet: E1, 5C and 8A. RGB value is (225,92,138). Sum of RGB (Red+Green+Blue) = 225+92+138=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15C8A is #1EA375. Grayscale: #888888. Windows color (decimal): -2007926 or 9067745. OLE color: 9067745.

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

Color convert

RGB22592138-
CMYK00.590.390.12
HSL339.25º68.91%62.16%-
HSV(B)339.25º59.11%88.24%-
XYZ39.4725.526.89-
YUV137.01128.56190.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.45%
GREEN value IS 92 (36.33% from 255) = 20.22%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=49.45%
G=20.22%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259213800.590.390.12339.2568.9162.16
HexE15C8A03B27C153453e
Octal341134212073471452310576
Binary11100001101110010001010011101110011111001010100111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15C8A; }

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

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

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

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

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

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

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

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