Html Css Color HEX #E204DF Deep Magenta

📋 copy color: '#E204DF'

red 226 ◦ green 4 ◦ blue 223

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

Shades of Deep Magenta #E204DF

Tints of Deep Magenta #E204DF

RGB

 RED value IS 226 (88.67% from 255) = 49.89%

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

 BLUE value IS 223 (87.5% from 255) = 49.23%

R = 49.89%
G = 0.88%
B = 49.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E204DF (or 0xE204DF) is known color: Deep Magenta. HEX triplet: E2, 04 and DF. RGB value is (226,4,223). Sum of RGB (Red+Green+Blue) = 226+4+223=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 4 (1.95% from 255 or 0.88% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E204DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E204DF is #1DFB20. Grayscale: #5E5E5E. Windows color (decimal): -1964833 or 14615778. OLE color: 14615778.

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

Color convert

RGB 226 4 223 -
CMYK 0 0.98 0.01 0.11
HSL 300.81º 0.97% 0.45% -
HSV(B) 300.81º 0.98% 0.89% -
XYZ 44.73 21.58 71.62 -
YUV 95.34 200.05 221.19 -
System Red Green Blue C M Y K H S L
Decimal 226 4 223 0 0.98 0.01 0.11 300.81 0.97 0.45
Hex E2 4 DF 0 62 1 B 12D 61 2D
Octal 342 4 337 0 142 1 13 455 141 55
Binary 11100010 100 11011111 0 1100010 1 1011 100101101 1100001 101101

Color Harmonies of #E204DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E204DF

Black with #E204DF

Text Example


Text Example

White with #E204DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E204DF; }

 p { color: rgb(226,4,223); }

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

background-color css

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

 a { background-color: rgb(226,4,223); }

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

border-color css

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

 span { border-color: rgb(226,4,223); }

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