Html Css Color HEX #E60C84 Deep Pink

📋 copy color: '#E60C84'

red 230 ◦ green 12 ◦ blue 132

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

Shades of Deep Pink #E60C84

Tints of Deep Pink #E60C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.29%

R = 61.5%
G = 3.21%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E60C84 (or 0xE60C84) is known color: Deep Pink. HEX triplet: E6, 0C and 84. RGB value is (230,12,132). Sum of RGB (Red+Green+Blue) = 230+12+132=374 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.50% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C84 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60C84 is #19F37B. Grayscale: #5A5A5A. Windows color (decimal): -1700732 or 8654054. OLE color: 8654054.

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

Color convert

RGB 230 12 132 -
CMYK 0 0.95 0.43 0.10
HSL 326.97º 0.9% 0.47% -
HSV(B) 326.97º 0.95% 0.9% -
XYZ 36.93 18.75 23.5 -
YUV 90.86 151.22 227.24 -
System Red Green Blue C M Y K H S L
Decimal 230 12 132 0 0.95 0.43 0.10 326.97 0.9 0.47
Hex E6 C 84 0 5F 2B A 147 5A 2F
Octal 346 14 204 0 137 53 12 507 132 57
Binary 11100110 1100 10000100 0 1011111 101011 1010 101000111 1011010 101111

Color Harmonies of #E60C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60C84

Black with #E60C84

Text Example


Text Example

White with #E60C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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