#E15C8F

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

Shades of Dark Pink #E15C8F

Tints of Dark Pink #E15C8F

Color information

#E15C8F (or 0xE15C8F) is unknown color: approx Dark Pink. HEX triplet: E1, 5C and 8F. RGB value is (225,92,143). Sum of RGB (Red+Green+Blue) = 225+92+143=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15C8F is #1EA370. Grayscale: #898989. Windows color (decimal): -2007921 or 9395425. OLE color: 9395425.

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

Color convert

RGB22592143-
CMYK00.590.360.12
HSL336.99º68.91%62.16%-
HSV(B)336.99º59.11%88.24%-
XYZ39.8425.6528.84-
YUV137.58131.06190.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.91%
GREEN value IS 92 (36.33% from 255) = 20%
BLUE value IS 143 (56.25% from 255) = 31.09%
R=48.91%
G=20%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259214300.590.360.12336.9968.9162.16
HexE15C8F03B24C151453e
Octal341134217073441452110576
Binary11100001101110010001111011101110010011001010100011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15C8F; }

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

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

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

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

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

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

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

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