Html Css Color HEX #E60CDA Deep Magenta

📋 copy color: '#E60CDA'

red 230 ◦ green 12 ◦ blue 218

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

Shades of Deep Magenta #E60CDA

Tints of Deep Magenta #E60CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.39%

R = 50%
G = 2.61%
B = 47.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E60CDA (or 0xE60CDA) is known color: Deep Magenta. HEX triplet: E6, 0C and DA. RGB value is (230,12,218). Sum of RGB (Red+Green+Blue) = 230+12+218=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 12 (5.08% from 255 or 2.61% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E60CDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60CDA is #19F325. Grayscale: #646464. Windows color (decimal): -1700646 or 14290150. OLE color: 14290150.

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

Color convert

RGB 230 12 218 -
CMYK 0 0.95 0.05 0.10
HSL 303.3º 0.9% 0.47% -
HSV(B) 303.3º 0.95% 0.9% -
XYZ 45.42 22.15 68.21 -
YUV 100.67 194.22 220.25 -
System Red Green Blue C M Y K H S L
Decimal 230 12 218 0 0.95 0.05 0.10 303.3 0.9 0.47
Hex E6 C DA 0 5F 5 A 12F 5A 2F
Octal 346 14 332 0 137 5 12 457 132 57
Binary 11100110 1100 11011010 0 1011111 101 1010 100101111 1011010 101111

Color Harmonies of #E60CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60CDA

Black with #E60CDA

Text Example


Text Example

White with #E60CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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