#e05680

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

Shades of Dark Pink #E05680

Tints of Dark Pink #E05680

Color information

#E05680 (or 0xE05680) is unknown color: approx Dark Pink. HEX triplet: E0, 56 and 80. RGB value is (224,86,128). Sum of RGB (Red+Green+Blue) = 224+86+128=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E05680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05680 is #1FA97F. Grayscale: #848484. Windows color (decimal): -2075008 or 8410848. OLE color: 8410848.

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

Color convert

RGB22486128-
CMYK00.620.430.12
HSL341.74º69%60.78%-
HSV(B)341.74º61.61%87.84%-
XYZ37.9624.0623.07-
YUV132.05125.72193.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.14%
GREEN value IS 86 (33.98% from 255) = 19.63%
BLUE value IS 128 (50.39% from 255) = 29.22%
R=51.14%
G=19.63%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248612800.620.430.12341.746960.78
HexE0568003E2BC156453d
Octal340126200076531452610575
Binary11100000101011010000000011111010101111001010101101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e05680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e05680; }

 p { color: rgb(224,86,128); }

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

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

 a { background-color: rgb(224,86,128); }

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

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

 span { border-color: rgb(224,86,128); }

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