#e05b86

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

Shades of Dark Pink #E05B86

Tints of Dark Pink #E05B86

Color information

#E05B86 (or 0xE05B86) is unknown color: approx Dark Pink. HEX triplet: E0, 5B and 86. RGB value is (224,91,134). Sum of RGB (Red+Green+Blue) = 224+91+134=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05B86 is #1FA479. Grayscale: #878787. Windows color (decimal): -2073722 or 8805344. OLE color: 8805344.

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

Color convert

RGB22491134-
CMYK00.590.400.12
HSL340.6º68.21%61.76%-
HSV(B)340.6º59.38%87.84%-
XYZ38.7825.0525.35-
YUV135.67127.06191-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.89%
GREEN value IS 91 (35.94% from 255) = 20.27%
BLUE value IS 134 (52.73% from 255) = 29.84%
R=49.89%
G=20.27%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249113400.590.400.12340.668.2161.76
HexE05B8603B28C155443e
Octal340133206073501452510476
Binary11100000101101110000110011101110100011001010101011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e05b86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e05b86; }

 p { color: rgb(224,91,134); }

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

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

 a { background-color: rgb(224,91,134); }

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

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

 span { border-color: rgb(224,91,134); }

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