Html Css Color HEX #E304CE Deep Magenta

📋 copy color: '#E304CE'

red 227 ◦ green 4 ◦ blue 206

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

Shades of Deep Magenta #E304CE

Tints of Deep Magenta #E304CE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.92%

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 51.95%
G = 0.92%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E304CE (or 0xE304CE) is known color: Deep Magenta. HEX triplet: E3, 04 and CE. RGB value is (227,4,206). Sum of RGB (Red+Green+Blue) = 227+4+206=437 (57% of max value = 765). Red value is 227 (89.06% from 255 or 51.95% from 437); Green value is 4 (1.95% from 255 or 0.92% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 227 - color contains mainly: red. Hex color #E304CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E304CE is #1CFB31. Grayscale: #5D5D5D. Windows color (decimal): -1899314 or 13501667. OLE color: 13501667.

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

Color convert

RGB 227 4 206 -
CMYK 0 0.98 0.09 0.11
HSL 305.65º 0.97% 0.45% -
HSV(B) 305.65º 0.98% 0.89% -
XYZ 42.86 20.87 60.16 -
YUV 93.71 191.38 223.07 -
System Red Green Blue C M Y K H S L
Decimal 227 4 206 0 0.98 0.09 0.11 305.65 0.97 0.45
Hex E3 4 CE 0 62 9 B 132 61 2D
Octal 343 4 316 0 142 11 13 462 141 55
Binary 11100011 100 11001110 0 1100010 1001 1011 100110010 1100001 101101

Color Harmonies of #E304CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E304CE

Black with #E304CE

Text Example


Text Example

White with #E304CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E304CE; }

 p { color: rgb(227,4,206); }

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

background-color css

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

 a { background-color: rgb(227,4,206); }

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

border-color css

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

 span { border-color: rgb(227,4,206); }

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