Html Css Color HEX #E30DCF Deep Magenta

📋 copy color: '#E30DCF'

red 227 ◦ green 13 ◦ blue 207

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

Shades of Deep Magenta #E30DCF

Tints of Deep Magenta #E30DCF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.91%

 BLUE value IS 207 (81.25% from 255) = 46.31%

R = 50.78%
G = 2.91%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E30DCF (or 0xE30DCF) is known color: Deep Magenta. HEX triplet: E3, 0D and CF. RGB value is (227,13,207). Sum of RGB (Red+Green+Blue) = 227+13+207=447 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.78% from 447); Green value is 13 (5.47% from 255 or 2.91% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 227 - color contains mainly: red. Hex color #E30DCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30DCF is #1CF230. Grayscale: #626262. Windows color (decimal): -1897009 or 13569507. OLE color: 13569507.

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

Color convert

RGB 227 13 207 -
CMYK 0 0.94 0.09 0.11
HSL 305.61º 0.89% 0.47% -
HSV(B) 305.61º 0.94% 0.89% -
XYZ 43.08 21.12 60.84 -
YUV 99.1 188.9 219.23 -
System Red Green Blue C M Y K H S L
Decimal 227 13 207 0 0.94 0.09 0.11 305.61 0.89 0.47
Hex E3 D CF 0 5E 9 B 132 59 2F
Octal 343 15 317 0 136 11 13 462 131 57
Binary 11100011 1101 11001111 0 1011110 1001 1011 100110010 1011001 101111

Color Harmonies of #E30DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30DCF

Black with #E30DCF

Text Example


Text Example

White with #E30DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30DCF; }

 p { color: rgb(227,13,207); }

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

background-color css

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

 a { background-color: rgb(227,13,207); }

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

border-color css

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

 span { border-color: rgb(227,13,207); }

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