#E05180

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

Shades of Dark Pink #E05180

Tints of Dark Pink #E05180

Color information

#E05180 (or 0xE05180) is unknown color: approx Dark Pink. HEX triplet: E0, 51 and 80. RGB value is (224,81,128). Sum of RGB (Red+Green+Blue) = 224+81+128=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E05180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05180 is #1FAE7F. Grayscale: #818181. Windows color (decimal): -2076288 or 8409568. OLE color: 8409568.

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

Color convert

RGB22481128-
CMYK00.640.430.12
HSL340.28º69.76%59.8%-
HSV(B)340.28º63.84%87.84%-
XYZ37.5823.2922.94-
YUV129.12127.38195.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.73%
GREEN value IS 81 (32.03% from 255) = 18.71%
BLUE value IS 128 (50.39% from 255) = 29.56%
R=51.73%
G=18.71%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248112800.640.430.12340.2869.7659.8
HexE051800402BC154463c
Octal3401212000100531452410674
Binary111000001010001100000000100000010101111001010101001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05180; }

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

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

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

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

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

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

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

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