Html Css Color HEX #E60CD9 Deep Magenta

📋 copy color: '#E60CD9'

red 230 ◦ green 12 ◦ blue 217

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

Shades of Deep Magenta #E60CD9

Tints of Deep Magenta #E60CD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.28%

R = 50.11%
G = 2.61%
B = 47.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E60CD9 (or 0xE60CD9) is known color: Deep Magenta. HEX triplet: E6, 0C and D9. RGB value is (230,12,217). Sum of RGB (Red+Green+Blue) = 230+12+217=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 12 (5.08% from 255 or 2.61% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E60CD9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60CD9 is #19F326. Grayscale: #636363. Windows color (decimal): -1700647 or 14224614. OLE color: 14224614.

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

Color convert

RGB 230 12 217 -
CMYK 0 0.95 0.06 0.10
HSL 303.58º 0.9% 0.47% -
HSV(B) 303.58º 0.95% 0.9% -
XYZ 45.29 22.1 67.52 -
YUV 100.55 193.72 220.33 -
System Red Green Blue C M Y K H S L
Decimal 230 12 217 0 0.95 0.06 0.10 303.58 0.9 0.47
Hex E6 C D9 0 5F 6 A 130 5A 2F
Octal 346 14 331 0 137 6 12 460 132 57
Binary 11100110 1100 11011001 0 1011111 110 1010 100110000 1011010 101111

Color Harmonies of #E60CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60CD9

Black with #E60CD9

Text Example


Text Example

White with #E60CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60CD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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