Html Css Color HEX #E30CDB Deep Magenta

📋 copy color: '#E30CDB'

red 227 ◦ green 12 ◦ blue 219

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

Shades of Deep Magenta #E30CDB

Tints of Deep Magenta #E30CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.82%

R = 49.56%
G = 2.62%
B = 47.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E30CDB (or 0xE30CDB) is known color: Deep Magenta. HEX triplet: E3, 0C and DB. RGB value is (227,12,219). Sum of RGB (Red+Green+Blue) = 227+12+219=458 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.56% from 458); Green value is 12 (5.08% from 255 or 2.62% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 227 - color contains mainly: red. Hex color #E30CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30CDB is #1CF324. Grayscale: #636363. Windows color (decimal): -1897253 or 14355683. OLE color: 14355683.

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

Color convert

RGB 227 12 219 -
CMYK 0 0.95 0.04 0.11
HSL 302.23º 0.9% 0.47% -
HSV(B) 302.23º 0.95% 0.89% -
XYZ 44.6 21.71 68.86 -
YUV 99.88 195.23 218.67 -
System Red Green Blue C M Y K H S L
Decimal 227 12 219 0 0.95 0.04 0.11 302.23 0.9 0.47
Hex E3 C DB 0 5F 4 B 12E 5A 2F
Octal 343 14 333 0 137 4 13 456 132 57
Binary 11100011 1100 11011011 0 1011111 100 1011 100101110 1011010 101111

Color Harmonies of #E30CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30CDB

Black with #E30CDB

Text Example


Text Example

White with #E30CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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