Html Css Color HEX #E303D0 Deep Magenta

📋 copy color: '#E303D0'

red 227 ◦ green 3 ◦ blue 208

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

Shades of Deep Magenta #E303D0

Tints of Deep Magenta #E303D0

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.68%

 BLUE value IS 208 (81.64% from 255) = 47.49%

R = 51.83%
G = 0.68%
B = 47.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E303D0 (or 0xE303D0) is known color: Deep Magenta. HEX triplet: E3, 03 and D0. RGB value is (227,3,208). Sum of RGB (Red+Green+Blue) = 227+3+208=438 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.83% from 438); Green value is 3 (1.56% from 255 or 0.68% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 227 - color contains mainly: red. Hex color #E303D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E303D0 is #1CFC2F. Grayscale: #5C5C5C. Windows color (decimal): -1899568 or 13632483. OLE color: 13632483.

HSL color Cylindrical-coordinate representation of color #E303D0: hue angle of 305.09º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E303D0 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 3 208 -
CMYK 0 0.99 0.08 0.11
HSL 305.09º 0.97% 0.45% -
HSV(B) 305.09º 0.99% 0.89% -
XYZ 43.1 20.95 61.45 -
YUV 93.35 192.71 223.33 -
System Red Green Blue C M Y K H S L
Decimal 227 3 208 0 0.99 0.08 0.11 305.09 0.97 0.45
Hex E3 3 D0 0 63 8 B 131 61 2D
Octal 343 3 320 0 143 10 13 461 141 55
Binary 11100011 11 11010000 0 1100011 1000 1011 100110001 1100001 101101

Color Harmonies of #E303D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E303D0

Black with #E303D0

Text Example


Text Example

White with #E303D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E303D0; }

 p { color: rgb(227,3,208); }

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

background-color css

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

 a { background-color: rgb(227,3,208); }

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

border-color css

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

 span { border-color: rgb(227,3,208); }

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