#E60C8B

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

Shades of Deep Pink #E60C8B

Tints of Deep Pink #E60C8B

Color information

#E60C8B (or 0xE60C8B) is unknown color: approx Deep Pink. HEX triplet: E6, 0C and 8B. RGB value is (230,12,139). Sum of RGB (Red+Green+Blue) = 230+12+139=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60C8B is #19F374. Grayscale: #5B5B5B. Windows color (decimal): -1700725 or 9112806. OLE color: 9112806.

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

Color convert

RGB23012139-
CMYK00.950.400.10
HSL325.05º90.08%47.45%-
HSV(B)325.05º94.78%90.2%-
XYZ37.4218.9526.11-
YUV91.66154.72226.67-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 60.37%
GREEN value IS 12 (5.08% from 255) = 3.15%
BLUE value IS 139 (54.69% from 255) = 36.48%
R=60.37%
G=3.15%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301213900.950.400.10325.0590.0847.45
HexE6C8B05F28A1455a2f
Octal346142130137501250513257
Binary111001101100100010110101111110100010101010001011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60C8B; }

 p { color: rgb(230,12,139); }

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

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

 a { background-color: rgb(230,12,139); }

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

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

 span { border-color: rgb(230,12,139); }

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