#E15183

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

Shades of Dark Pink #E15183

Tints of Dark Pink #E15183

Color information

#E15183 (or 0xE15183) is unknown color: approx Dark Pink. HEX triplet: E1, 51 and 83. RGB value is (225,81,131). Sum of RGB (Red+Green+Blue) = 225+81+131=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E15183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15183 is #1EAE7C. Grayscale: #818181. Windows color (decimal): -2010749 or 8606177. OLE color: 8606177.

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

Color convert

RGB22581131-
CMYK00.640.420.12
HSL339.17º70.59%60%-
HSV(B)339.17º64%88.24%-
XYZ38.0923.5324.01-
YUV129.76128.71195.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.49%
GREEN value IS 81 (32.03% from 255) = 18.54%
BLUE value IS 131 (51.56% from 255) = 29.98%
R=51.49%
G=18.54%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258113100.640.420.12339.1770.5960
HexE151830402AC153473c
Octal3411212030100521452310774
Binary111000011010001100000110100000010101011001010100111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15183; }

 p { color: rgb(225,81,131); }

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

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

 a { background-color: rgb(225,81,131); }

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

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

 span { border-color: rgb(225,81,131); }

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