#e05f86

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

Shades of Dark Pink #E05F86

Tints of Dark Pink #E05F86

Color information

#E05F86 (or 0xE05F86) is unknown color: approx Dark Pink. HEX triplet: E0, 5F and 86. RGB value is (224,95,134). Sum of RGB (Red+Green+Blue) = 224+95+134=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05F86 is #1FA079. Grayscale: #898989. Windows color (decimal): -2072698 or 8806368. OLE color: 8806368.

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

Color convert

RGB22495134-
CMYK00.580.400.12
HSL341.86º67.54%62.55%-
HSV(B)341.86º57.59%87.84%-
XYZ39.1425.7525.46-
YUV138.02125.74189.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.45%
GREEN value IS 95 (37.5% from 255) = 20.97%
BLUE value IS 134 (52.73% from 255) = 29.58%
R=49.45%
G=20.97%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249513400.580.400.12341.8667.5462.55
HexE05F8603A28C156443f
Octal340137206072501452610477
Binary11100000101111110000110011101010100011001010101101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e05f86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e05f86; }

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

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

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

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

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

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

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

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