Html Css Color HEX #E30BD9 Deep Magenta

📋 copy color: '#E30BD9'

red 227 ◦ green 11 ◦ blue 217

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

Shades of Deep Magenta #E30BD9

Tints of Deep Magenta #E30BD9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.42%

 BLUE value IS 217 (85.16% from 255) = 47.69%

R = 49.89%
G = 2.42%
B = 47.69%

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

#E30BD9 (or 0xE30BD9) is known color: Deep Magenta. HEX triplet: E3, 0B and D9. RGB value is (227,11,217). Sum of RGB (Red+Green+Blue) = 227+11+217=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 11 (4.69% from 255 or 2.42% from 455); Blue value is 217 (85.16% from 255 or 47.69% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E30BD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30BD9 is #1CF426. Grayscale: #626262. Windows color (decimal): -1897511 or 14224355. OLE color: 14224355.

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

Color convert

RGB 227 11 217 -
CMYK 0 0.95 0.04 0.11
HSL 302.78º 0.91% 0.47% -
HSV(B) 302.78º 0.95% 0.89% -
XYZ 44.32 21.58 67.47 -
YUV 99.07 194.56 219.25 -
System Red Green Blue C M Y K H S L
Decimal 227 11 217 0 0.95 0.04 0.11 302.78 0.91 0.47
Hex E3 B D9 0 5F 4 B 12F 5B 2F
Octal 343 13 331 0 137 4 13 457 133 57
Binary 11100011 1011 11011001 0 1011111 100 1011 100101111 1011011 101111

Color Harmonies of #E30BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30BD9

Black with #E30BD9

Text Example


Text Example

White with #E30BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30BD9; }

 p { color: rgb(227,11,217); }

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

background-color css

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

 a { background-color: rgb(227,11,217); }

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

border-color css

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

 span { border-color: rgb(227,11,217); }

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