Html Css Color HEX #E402DB Deep Magenta

📋 copy color: '#E402DB'

red 228 ◦ green 2 ◦ blue 219

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

Shades of Deep Magenta #E402DB

Tints of Deep Magenta #E402DB

RGB

 RED value IS 228 (89.45% from 255) = 50.78%

 GREEN value IS 2 (1.17% from 255) = 0.45%

 BLUE value IS 219 (85.94% from 255) = 48.78%

R = 50.78%
G = 0.45%
B = 48.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E402DB (or 0xE402DB) is known color: Deep Magenta. HEX triplet: E4, 02 and DB. RGB value is (228,2,219). Sum of RGB (Red+Green+Blue) = 228+2+219=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 2 (1.17% from 255 or 0.45% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E402DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E402DB is #1BFD24. Grayscale: #5D5D5D. Windows color (decimal): -1834277 or 14353124. OLE color: 14353124.

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

Color convert

RGB 228 2 219 -
CMYK 0 0.99 0.04 0.11
HSL 302.39º 0.98% 0.45% -
HSV(B) 302.39º 0.99% 0.89% -
XYZ 44.8 21.65 68.84 -
YUV 94.31 198.37 223.36 -
System Red Green Blue C M Y K H S L
Decimal 228 2 219 0 0.99 0.04 0.11 302.39 0.98 0.45
Hex E4 2 DB 0 63 4 B 12E 62 2D
Octal 344 2 333 0 143 4 13 456 142 55
Binary 11100100 10 11011011 0 1100011 100 1011 100101110 1100010 101101

Color Harmonies of #E402DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E402DB

Black with #E402DB

Text Example


Text Example

White with #E402DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E402DB; }

 p { color: rgb(228,2,219); }

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

background-color css

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

 a { background-color: rgb(228,2,219); }

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

border-color css

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

 span { border-color: rgb(228,2,219); }

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