Html Css Color HEX #E60CD6 Deep Magenta

📋 copy color: '#E60CD6'

red 230 ◦ green 12 ◦ blue 214

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

Shades of Deep Magenta #E60CD6

Tints of Deep Magenta #E60CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.93%

R = 50.44%
G = 2.63%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E60CD6 (or 0xE60CD6) is known color: Deep Magenta. HEX triplet: E6, 0C and D6. RGB value is (230,12,214). Sum of RGB (Red+Green+Blue) = 230+12+214=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 12 (5.08% from 255 or 2.63% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E60CD6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60CD6 is #19F329. Grayscale: #636363. Windows color (decimal): -1700650 or 14028006. OLE color: 14028006.

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

Color convert

RGB 230 12 214 -
CMYK 0 0.95 0.07 0.10
HSL 304.4º 0.9% 0.47% -
HSV(B) 304.4º 0.95% 0.9% -
XYZ 44.9 21.94 65.49 -
YUV 100.21 192.22 220.57 -
System Red Green Blue C M Y K H S L
Decimal 230 12 214 0 0.95 0.07 0.10 304.4 0.9 0.47
Hex E6 C D6 0 5F 7 A 130 5A 2F
Octal 346 14 326 0 137 7 12 460 132 57
Binary 11100110 1100 11010110 0 1011111 111 1010 100110000 1011010 101111

Color Harmonies of #E60CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60CD6

Black with #E60CD6

Text Example


Text Example

White with #E60CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60CD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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