#E15290

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

Shades of Dark Pink #E15290

Tints of Dark Pink #E15290

Color information

#E15290 (or 0xE15290) is unknown color: approx Dark Pink. HEX triplet: E1, 52 and 90. RGB value is (225,82,144). Sum of RGB (Red+Green+Blue) = 225+82+144=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E15290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15290 is #1EAD6F. Grayscale: #838383. Windows color (decimal): -2010480 or 9458401. OLE color: 9458401.

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

Color convert

RGB22582144-
CMYK00.640.360.12
HSL333.99º70.44%60.2%-
HSV(B)333.99º63.56%88.24%-
XYZ39.124.0628.97-
YUV131.82134.88194.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.89%
GREEN value IS 82 (32.42% from 255) = 18.18%
BLUE value IS 144 (56.64% from 255) = 31.93%
R=49.89%
G=18.18%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258214400.640.360.12333.9970.4460.2
HexE1529004024C14e463c
Octal3411222200100441451610674
Binary111000011010010100100000100000010010011001010011101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15290; }

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

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

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

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

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

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

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

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