#E05383

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

Shades of Dark Pink #E05383

Tints of Dark Pink #E05383

Color information

#E05383 (or 0xE05383) is unknown color: approx Dark Pink. HEX triplet: E0, 53 and 83. RGB value is (224,83,131). Sum of RGB (Red+Green+Blue) = 224+83+131=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E05383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05383 is #1FAC7C. Grayscale: #828282. Windows color (decimal): -2075773 or 8606688. OLE color: 8606688.

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

Color convert

RGB22483131-
CMYK00.630.420.12
HSL339.57º69.46%60.2%-
HSV(B)339.57º62.95%87.84%-
XYZ37.9323.6724.04-
YUV130.63128.21194.6-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.14%
GREEN value IS 83 (32.81% from 255) = 18.95%
BLUE value IS 131 (51.56% from 255) = 29.91%
R=51.14%
G=18.95%
B=29.91%

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
Decimal2248313100.630.420.12339.5769.4660.2
HexE0538303F2AC154453c
Octal340123203077521452410574
Binary11100000101001110000011011111110101011001010101001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05383; }

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

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

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

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

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

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

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

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