Html Css Color HEX #E60C8C Deep Pink

📋 copy color: '#E60C8C'

red 230 ◦ green 12 ◦ blue 140

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

Shades of Deep Pink #E60C8C

Tints of Deep Pink #E60C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.65%

R = 60.21%
G = 3.14%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E60C8C (or 0xE60C8C) is known color: Deep Pink. HEX triplet: E6, 0C and 8C. RGB value is (230,12,140). Sum of RGB (Red+Green+Blue) = 230+12+140=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60C8C is #19F373. Grayscale: #5B5B5B. Windows color (decimal): -1700724 or 9178342. OLE color: 9178342.

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

Color convert

RGB 230 12 140 -
CMYK 0 0.95 0.39 0.10
HSL 324.77º 0.9% 0.47% -
HSV(B) 324.77º 0.95% 0.9% -
XYZ 37.5 18.98 26.5 -
YUV 91.77 155.22 226.59 -
System Red Green Blue C M Y K H S L
Decimal 230 12 140 0 0.95 0.39 0.10 324.77 0.9 0.47
Hex E6 C 8C 0 5F 27 A 145 5A 2F
Octal 346 14 214 0 137 47 12 505 132 57
Binary 11100110 1100 10001100 0 1011111 100111 1010 101000101 1011010 101111

Color Harmonies of #E60C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60C8C

Black with #E60C8C

Text Example


Text Example

White with #E60C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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