#E60F89

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

Shades of Deep Pink #E60F89

Tints of Deep Pink #E60F89

Color information

#E60F89 (or 0xE60F89) is unknown color: approx Deep Pink. HEX triplet: E6, 0F and 89. RGB value is (230,15,137). Sum of RGB (Red+Green+Blue) = 230+15+137=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60F89 is #19F076. Grayscale: #5C5C5C. Windows color (decimal): -1699959 or 8982502. OLE color: 8982502.

HSL color Cylindrical-coordinate representation of color #E60F89: hue angle of 325.95º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E60F89 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB23015137-
CMYK00.930.400.10
HSL325.95º87.76%48.04%-
HSV(B)325.95º93.48%90.2%-
XYZ37.3218.9725.36-
YUV93.19152.73225.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 60.21%
GREEN value IS 15 (6.25% from 255) = 3.93%
BLUE value IS 137 (53.91% from 255) = 35.86%
R=60.21%
G=3.93%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301513700.930.400.10325.9587.7648.04
HexE6F8905D28A1465830
Octal346172110135501250613060
Binary111001101111100010010101110110100010101010001101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60F89; }

 p { color: rgb(230,15,137); }

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

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

 a { background-color: rgb(230,15,137); }

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

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

 span { border-color: rgb(230,15,137); }

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