Html Css Color HEX #E30FCE Deep Magenta

📋 copy color: '#E30FCE'

red 227 ◦ green 15 ◦ blue 206

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

Shades of Deep Magenta #E30FCE

Tints of Deep Magenta #E30FCE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.35%

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 50.67%
G = 3.35%
B = 45.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E30FCE (or 0xE30FCE) is known color: Deep Magenta. HEX triplet: E3, 0F and CE. RGB value is (227,15,206). Sum of RGB (Red+Green+Blue) = 227+15+206=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E30FCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30FCE is #1CF031. Grayscale: #636363. Windows color (decimal): -1896498 or 13504483. OLE color: 13504483.

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

Color convert

RGB 227 15 206 -
CMYK 0 0.93 0.09 0.11
HSL 305.94º 0.88% 0.47% -
HSV(B) 305.94º 0.93% 0.89% -
XYZ 42.99 21.13 60.2 -
YUV 100.16 187.74 218.47 -
System Red Green Blue C M Y K H S L
Decimal 227 15 206 0 0.93 0.09 0.11 305.94 0.88 0.47
Hex E3 F CE 0 5D 9 B 132 58 2F
Octal 343 17 316 0 135 11 13 462 130 57
Binary 11100011 1111 11001110 0 1011101 1001 1011 100110010 1011000 101111

Color Harmonies of #E30FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30FCE

Black with #E30FCE

Text Example


Text Example

White with #E30FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30FCE; }

 p { color: rgb(227,15,206); }

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

background-color css

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

 a { background-color: rgb(227,15,206); }

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

border-color css

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

 span { border-color: rgb(227,15,206); }

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