Html Css Color HEX #E30CD3 Deep Magenta

📋 copy color: '#E30CD3'

red 227 ◦ green 12 ◦ blue 211

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

Shades of Deep Magenta #E30CD3

Tints of Deep Magenta #E30CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 46.89%

R = 50.44%
G = 2.67%
B = 46.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E30CD3 (or 0xE30CD3) is known color: Deep Magenta. HEX triplet: E3, 0C and D3. RGB value is (227,12,211). Sum of RGB (Red+Green+Blue) = 227+12+211=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 12 (5.08% from 255 or 2.67% from 450); Blue value is 211 (82.81% from 255 or 46.89% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E30CD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30CD3 is #1CF32C. Grayscale: #626262. Windows color (decimal): -1897261 or 13831395. OLE color: 13831395.

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

Color convert

RGB 227 12 211 -
CMYK 0 0.95 0.07 0.11
HSL 304.47º 0.9% 0.47% -
HSV(B) 304.47º 0.95% 0.89% -
XYZ 43.57 21.3 63.44 -
YUV 98.97 191.23 219.32 -
System Red Green Blue C M Y K H S L
Decimal 227 12 211 0 0.95 0.07 0.11 304.47 0.9 0.47
Hex E3 C D3 0 5F 7 B 130 5A 2F
Octal 343 14 323 0 137 7 13 460 132 57
Binary 11100011 1100 11010011 0 1011111 111 1011 100110000 1011010 101111

Color Harmonies of #E30CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30CD3

Black with #E30CD3

Text Example


Text Example

White with #E30CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30CD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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