Html Css Color HEX #E30CDC Deep Magenta

📋 copy color: '#E30CDC'

red 227 ◦ green 12 ◦ blue 220

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

Shades of Deep Magenta #E30CDC

Tints of Deep Magenta #E30CDC

RGB

 RED value IS 227 (89.06% from 255) = 49.46%

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

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

R = 49.46%
G = 2.61%
B = 47.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E30CDC (or 0xE30CDC) is known color: Deep Magenta. HEX triplet: E3, 0C and DC. RGB value is (227,12,220). Sum of RGB (Red+Green+Blue) = 227+12+220=459 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.46% from 459); Green value is 12 (5.08% from 255 or 2.61% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 227 - color contains mainly: red. Hex color #E30CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30CDC is #1CF323. Grayscale: #636363. Windows color (decimal): -1897252 or 14421219. OLE color: 14421219.

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

Color convert

RGB 227 12 220 -
CMYK 0 0.95 0.03 0.11
HSL 301.95º 0.9% 0.47% -
HSV(B) 301.95º 0.95% 0.89% -
XYZ 44.73 21.76 69.55 -
YUV 100 195.73 218.59 -
System Red Green Blue C M Y K H S L
Decimal 227 12 220 0 0.95 0.03 0.11 301.95 0.9 0.47
Hex E3 C DC 0 5F 3 B 12E 5A 2F
Octal 343 14 334 0 137 3 13 456 132 57
Binary 11100011 1100 11011100 0 1011111 11 1011 100101110 1011010 101111

Color Harmonies of #E30CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30CDC

Black with #E30CDC

Text Example


Text Example

White with #E30CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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