#E15286

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

Shades of Dark Pink #E15286

Tints of Dark Pink #E15286

Color information

#E15286 (or 0xE15286) is unknown color: approx Dark Pink. HEX triplet: E1, 52 and 86. RGB value is (225,82,134). Sum of RGB (Red+Green+Blue) = 225+82+134=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E15286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15286 is #1EAD79. Grayscale: #828282. Windows color (decimal): -2010490 or 8803041. OLE color: 8803041.

HSL color Cylindrical-coordinate representation of color #E15286: hue angle of 338.18º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E15286 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB22582134-
CMYK00.640.400.12
HSL338.18º70.44%60.2%-
HSV(B)338.18º63.56%88.24%-
XYZ38.3723.7625.12-
YUV130.68129.88195.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.02%
GREEN value IS 82 (32.42% from 255) = 18.59%
BLUE value IS 134 (52.73% from 255) = 30.39%
R=51.02%
G=18.59%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258213400.640.400.12338.1870.4460.2
HexE1528604028C152463c
Octal3411222060100501452210674
Binary111000011010010100001100100000010100011001010100101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15286; }

 p { color: rgb(225,82,134); }

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

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

 a { background-color: rgb(225,82,134); }

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

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

 span { border-color: rgb(225,82,134); }

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