Html Css Color HEX #E306E1 Deep Magenta

📋 copy color: '#E306E1'

red 227 ◦ green 6 ◦ blue 225

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

Shades of Deep Magenta #E306E1

Tints of Deep Magenta #E306E1

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.31%

 BLUE value IS 225 (88.28% from 255) = 49.13%

R = 49.56%
G = 1.31%
B = 49.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E306E1 (or 0xE306E1) is known color: Deep Magenta. HEX triplet: E3, 06 and E1. RGB value is (227,6,225). Sum of RGB (Red+Green+Blue) = 227+6+225=458 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.56% from 458); Green value is 6 (2.73% from 255 or 1.31% from 458); Blue value is 225 (88.28% from 255 or 49.13% from 458); Max value from RGB is 227 - color contains mainly: red. Hex color #E306E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E306E1 is #1CF91E. Grayscale: #606060. Windows color (decimal): -1898783 or 14747363. OLE color: 14747363.

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

Color convert

RGB 227 6 225 -
CMYK 0 0.97 0.01 0.11
HSL 300.54º 0.95% 0.46% -
HSV(B) 300.54º 0.97% 0.89% -
XYZ 45.33 21.9 73.07 -
YUV 97.05 200.22 220.69 -
System Red Green Blue C M Y K H S L
Decimal 227 6 225 0 0.97 0.01 0.11 300.54 0.95 0.46
Hex E3 6 E1 0 61 1 B 12D 5F 2E
Octal 343 6 341 0 141 1 13 455 137 56
Binary 11100011 110 11100001 0 1100001 1 1011 100101101 1011111 101110

Color Harmonies of #E306E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E306E1

Black with #E306E1

Text Example


Text Example

White with #E306E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E306E1; }

 p { color: rgb(227,6,225); }

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

background-color css

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

 a { background-color: rgb(227,6,225); }

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

border-color css

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

 span { border-color: rgb(227,6,225); }

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