#E05395

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

Shades of Dark Pink #E05395

Tints of Dark Pink #E05395

Color information

#E05395 (or 0xE05395) is unknown color: approx Dark Pink. HEX triplet: E0, 53 and 95. RGB value is (224,83,149). Sum of RGB (Red+Green+Blue) = 224+83+149=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E05395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05395 is #1FAC6A. Grayscale: #848484. Windows color (decimal): -2075755 or 9786336. OLE color: 9786336.

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

Color convert

RGB22483149-
CMYK00.630.330.12
HSL331.91º69.46%60.2%-
HSV(B)331.91º62.95%87.84%-
XYZ39.2624.231.04-
YUV132.68137.21193.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.12%
GREEN value IS 83 (32.81% from 255) = 18.20%
BLUE value IS 149 (58.59% from 255) = 32.68%
R=49.12%
G=18.20%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248314900.630.330.12331.9169.4660.2
HexE0539503F21C14c453c
Octal340123225077411451410574
Binary11100000101001110010101011111110000111001010011001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05395; }

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

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

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

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

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

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

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

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