Html Css Color HEX #E30CDD Deep Magenta

📋 copy color: '#E30CDD'

red 227 ◦ green 12 ◦ blue 221

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

Shades of Deep Magenta #E30CDD

Tints of Deep Magenta #E30CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 49.35%
G = 2.61%
B = 48.04%

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

#E30CDD (or 0xE30CDD) is known color: Deep Magenta. HEX triplet: E3, 0C and DD. RGB value is (227,12,221). Sum of RGB (Red+Green+Blue) = 227+12+221=460 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.35% from 460); Green value is 12 (5.08% from 255 or 2.61% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 227 - color contains mainly: red. Hex color #E30CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30CDD is #1CF322. Grayscale: #636363. Windows color (decimal): -1897251 or 14486755. OLE color: 14486755.

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

Color convert

RGB 227 12 221 -
CMYK 0 0.95 0.03 0.11
HSL 301.67º 0.9% 0.47% -
HSV(B) 301.67º 0.95% 0.89% -
XYZ 44.86 21.81 70.25 -
YUV 100.11 196.23 218.51 -
System Red Green Blue C M Y K H S L
Decimal 227 12 221 0 0.95 0.03 0.11 301.67 0.9 0.47
Hex E3 C DD 0 5F 3 B 12E 5A 2F
Octal 343 14 335 0 137 3 13 456 132 57
Binary 11100011 1100 11011101 0 1011111 11 1011 100101110 1011010 101111

Color Harmonies of #E30CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30CDD

Black with #E30CDD

Text Example


Text Example

White with #E30CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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