#E60585

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

Shades of Deep Pink #E60585

Tints of Deep Pink #E60585

Color information

#E60585 (or 0xE60585) is unknown color: approx Deep Pink. HEX triplet: E6, 05 and 85. RGB value is (230,5,133). Sum of RGB (Red+Green+Blue) = 230+5+133=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E60585 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60585 is #19FA7A. Grayscale: #565656. Windows color (decimal): -1702523 or 8717798. OLE color: 8717798.

HSL color Cylindrical-coordinate representation of color #E60585: hue angle of 325.87º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E60585 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB2305133-
CMYK00.980.420.10
HSL325.87º95.74%46.08%-
HSV(B)325.87º97.83%90.2%-
XYZ36.9218.6223.84-
YUV86.87154.04230.09-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 62.5%
GREEN value IS 5 (2.34% from 255) = 1.36%
BLUE value IS 133 (52.34% from 255) = 36.14%
R=62.5%
G=1.36%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230513300.980.420.10325.8795.7446.08
HexE65850622AA146602e
Octal34652050142521250614056
Binary11100110101100001010110001010101010101010001101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60585; }

 p { color: rgb(230,5,133); }

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

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

 a { background-color: rgb(230,5,133); }

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

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

 span { border-color: rgb(230,5,133); }

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