Html Css Color HEX #E60CDF Deep Magenta

📋 copy color: '#E60CDF'

red 230 ◦ green 12 ◦ blue 223

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

Shades of Deep Magenta #E60CDF

Tints of Deep Magenta #E60CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.96%

R = 49.46%
G = 2.58%
B = 47.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E60CDF (or 0xE60CDF) is known color: Deep Magenta. HEX triplet: E6, 0C and DF. RGB value is (230,12,223). Sum of RGB (Red+Green+Blue) = 230+12+223=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E60CDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60CDF is #19F320. Grayscale: #646464. Windows color (decimal): -1700641 or 14617830. OLE color: 14617830.

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

Color convert

RGB 230 12 223 -
CMYK 0 0.95 0.03 0.10
HSL 301.93º 0.9% 0.47% -
HSV(B) 301.93º 0.95% 0.9% -
XYZ 46.08 22.41 71.71 -
YUV 101.24 196.72 219.84 -
System Red Green Blue C M Y K H S L
Decimal 230 12 223 0 0.95 0.03 0.10 301.93 0.9 0.47
Hex E6 C DF 0 5F 3 A 12E 5A 2F
Octal 346 14 337 0 137 3 12 456 132 57
Binary 11100110 1100 11011111 0 1011111 11 1010 100101110 1011010 101111

Color Harmonies of #E60CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60CDF

Black with #E60CDF

Text Example


Text Example

White with #E60CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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