Html Css Color HEX #E60ADF Deep Magenta

📋 copy color: '#E60ADF'

red 230 ◦ green 10 ◦ blue 223

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

Shades of Deep Magenta #E60ADF

Tints of Deep Magenta #E60ADF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.16%

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

R = 49.68%
G = 2.16%
B = 48.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E60ADF (or 0xE60ADF) is known color: Deep Magenta. HEX triplet: E6, 0A and DF. RGB value is (230,10,223). Sum of RGB (Red+Green+Blue) = 230+10+223=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 10 (4.30% from 255 or 2.16% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E60ADF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60ADF is #19F520. Grayscale: #636363. Windows color (decimal): -1701153 or 14617318. OLE color: 14617318.

HSL color Cylindrical-coordinate representation of color #E60ADF: hue angle of 301.91º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60ADF is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 10 223 -
CMYK 0 0.96 0.03 0.10
HSL 301.91º 0.92% 0.47% -
HSV(B) 301.91º 0.96% 0.9% -
XYZ 46.06 22.37 71.7 -
YUV 100.06 197.39 220.68 -
System Red Green Blue C M Y K H S L
Decimal 230 10 223 0 0.96 0.03 0.10 301.91 0.92 0.47
Hex E6 A DF 0 60 3 A 12E 5C 2F
Octal 346 12 337 0 140 3 12 456 134 57
Binary 11100110 1010 11011111 0 1100000 11 1010 100101110 1011100 101111

Color Harmonies of #E60ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60ADF

Black with #E60ADF

Text Example


Text Example

White with #E60ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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