Html Css Color HEX #E60C87 Deep Pink

📋 copy color: '#E60C87'

red 230 ◦ green 12 ◦ blue 135

#E60C87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #E60C87

Tints of Deep Pink #E60C87

RGB

 RED value IS 230 (90.23% from 255) = 61.01%

 GREEN value IS 12 (5.08% from 255) = 3.18%

 BLUE value IS 135 (53.13% from 255) = 35.81%

R = 61.01%
G = 3.18%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#E60C87 (or 0xE60C87) is known color: Deep Pink. HEX triplet: E6, 0C and 87. RGB value is (230,12,135). Sum of RGB (Red+Green+Blue) = 230+12+135=377 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.01% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60C87 is #19F378. Grayscale: #5A5A5A. Windows color (decimal): -1700729 or 8850662. OLE color: 8850662.

HSL color Cylindrical-coordinate representation of color #E60C87: hue angle of 326.15º 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 #E60C87 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 12 135 -
CMYK 0 0.95 0.41 0.10
HSL 326.15º 0.9% 0.47% -
HSV(B) 326.15º 0.95% 0.9% -
XYZ 37.14 18.84 24.6 -
YUV 91.2 152.72 227 -
System Red Green Blue C M Y K H S L
Decimal 230 12 135 0 0.95 0.41 0.10 326.15 0.9 0.47
Hex E6 C 87 0 5F 29 A 146 5A 2F
Octal 346 14 207 0 137 51 12 506 132 57
Binary 11100110 1100 10000111 0 1011111 101001 1010 101000110 1011010 101111

Color Harmonies of #E60C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60C87

Black with #E60C87

Text Example


Text Example

White with #E60C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60C87; }

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

 H1.HeaderClassName
 {
   color: #E60C87;
 }
 .AnyTagClassName
 {
   color: #E60C87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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