Html Css Color HEX #E60CDC Deep Magenta

📋 copy color: '#E60CDC'

red 230 ◦ green 12 ◦ blue 220

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

Shades of Deep Magenta #E60CDC

Tints of Deep Magenta #E60CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 49.78%
G = 2.6%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E60CDC (or 0xE60CDC) is known color: Deep Magenta. HEX triplet: E6, 0C and DC. RGB value is (230,12,220). Sum of RGB (Red+Green+Blue) = 230+12+220=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 12 (5.08% from 255 or 2.60% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E60CDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60CDC is #19F323. Grayscale: #646464. Windows color (decimal): -1700644 or 14421222. OLE color: 14421222.

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

Color convert

RGB 230 12 220 -
CMYK 0 0.95 0.04 0.10
HSL 302.75º 0.9% 0.47% -
HSV(B) 302.75º 0.95% 0.9% -
XYZ 45.68 22.25 69.6 -
YUV 100.89 195.22 220.09 -
System Red Green Blue C M Y K H S L
Decimal 230 12 220 0 0.95 0.04 0.10 302.75 0.9 0.47
Hex E6 C DC 0 5F 4 A 12F 5A 2F
Octal 346 14 334 0 137 4 12 457 132 57
Binary 11100110 1100 11011100 0 1011111 100 1010 100101111 1011010 101111

Color Harmonies of #E60CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60CDC

Black with #E60CDC

Text Example


Text Example

White with #E60CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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