#E05382

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

Shades of Dark Pink #E05382

Tints of Dark Pink #E05382

Color information

#E05382 (or 0xE05382) is unknown color: approx Dark Pink. HEX triplet: E0, 53 and 82. RGB value is (224,83,130). Sum of RGB (Red+Green+Blue) = 224+83+130=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E05382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05382 is #1FAC7D. Grayscale: #828282. Windows color (decimal): -2075774 or 8541152. OLE color: 8541152.

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

Color convert

RGB22483130-
CMYK00.630.420.12
HSL340º69.46%60.2%-
HSV(B)340º62.95%87.84%-
XYZ37.8623.6523.69-
YUV130.52127.71194.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.26%
GREEN value IS 83 (32.81% from 255) = 18.99%
BLUE value IS 130 (51.17% from 255) = 29.75%
R=51.26%
G=18.99%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248313000.630.420.1234069.4660.2
HexE0538203F2AC154453c
Octal340123202077521452410574
Binary11100000101001110000010011111110101011001010101001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05382; }

 p { color: rgb(224,83,130); }

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

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

 a { background-color: rgb(224,83,130); }

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

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

 span { border-color: rgb(224,83,130); }

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