#E05181

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

Shades of Dark Pink #E05181

Tints of Dark Pink #E05181

Color information

#E05181 (or 0xE05181) is unknown color: approx Dark Pink. HEX triplet: E0, 51 and 81. RGB value is (224,81,129). Sum of RGB (Red+Green+Blue) = 224+81+129=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E05181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05181 is #1FAE7E. Grayscale: #818181. Windows color (decimal): -2076287 or 8475104. OLE color: 8475104.

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

Color convert

RGB22481129-
CMYK00.640.420.12
HSL339.86º69.76%59.8%-
HSV(B)339.86º63.84%87.84%-
XYZ37.6523.3223.29-
YUV129.23127.88195.6-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.61%
GREEN value IS 81 (32.03% from 255) = 18.66%
BLUE value IS 129 (50.78% from 255) = 29.72%
R=51.61%
G=18.66%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248112900.640.420.12339.8669.7659.8
HexE051810402AC154463c
Octal3401212010100521452410674
Binary111000001010001100000010100000010101011001010101001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05181; }

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

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

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

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

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

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

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

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