#e05e8c

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

Shades of Dark Pink #E05E8C

Tints of Dark Pink #E05E8C

Color information

#E05E8C (or 0xE05E8C) is unknown color: approx Dark Pink. HEX triplet: E0, 5E and 8C. RGB value is (224,94,140). Sum of RGB (Red+Green+Blue) = 224+94+140=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05E8C is #1FA173. Grayscale: #8A8A8A. Windows color (decimal): -2072948 or 9199328. OLE color: 9199328.

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

Color convert

RGB22494140-
CMYK00.580.380.12
HSL338.77º67.71%62.35%-
HSV(B)338.77º58.04%87.84%-
XYZ39.4825.7527.7-
YUV138.11129.07189.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.91%
GREEN value IS 94 (37.11% from 255) = 20.52%
BLUE value IS 140 (55.08% from 255) = 30.57%
R=48.91%
G=20.52%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249414000.580.380.12338.7767.7162.35
HexE05E8C03A26C153443e
Octal340136214072461452310476
Binary11100000101111010001100011101010011011001010100111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e05e8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e05e8c; }

 p { color: rgb(224,94,140); }

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

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

 a { background-color: rgb(224,94,140); }

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

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

 span { border-color: rgb(224,94,140); }

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