Html Css Color HEX #E306CC Deep Magenta

📋 copy color: '#E306CC'

red 227 ◦ green 6 ◦ blue 204

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

Shades of Deep Magenta #E306CC

Tints of Deep Magenta #E306CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.68%

R = 51.95%
G = 1.37%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E306CC (or 0xE306CC) is known color: Deep Magenta. HEX triplet: E3, 06 and CC. RGB value is (227,6,204). Sum of RGB (Red+Green+Blue) = 227+6+204=437 (57% of max value = 765). Red value is 227 (89.06% from 255 or 51.95% from 437); Green value is 6 (2.73% from 255 or 1.37% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 227 - color contains mainly: red. Hex color #E306CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E306CC is #1CF933. Grayscale: #5E5E5E. Windows color (decimal): -1898804 or 13371107. OLE color: 13371107.

HSL color Cylindrical-coordinate representation of color #E306CC: hue angle of 306.24º 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 #E306CC is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 6 204 -
CMYK 0 0.97 0.10 0.11
HSL 306.24º 0.95% 0.46% -
HSV(B) 306.24º 0.97% 0.89% -
XYZ 42.64 20.82 58.9 -
YUV 94.65 189.72 222.4 -
System Red Green Blue C M Y K H S L
Decimal 227 6 204 0 0.97 0.10 0.11 306.24 0.95 0.46
Hex E3 6 CC 0 61 A B 132 5F 2E
Octal 343 6 314 0 141 12 13 462 137 56
Binary 11100011 110 11001100 0 1100001 1010 1011 100110010 1011111 101110

Color Harmonies of #E306CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E306CC

Black with #E306CC

Text Example


Text Example

White with #E306CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E306CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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