Html Css Color HEX #E402D2 Deep Magenta

📋 copy color: '#E402D2'

red 228 ◦ green 2 ◦ blue 210

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

Shades of Deep Magenta #E402D2

Tints of Deep Magenta #E402D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 47.73%

R = 51.82%
G = 0.45%
B = 47.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E402D2 (or 0xE402D2) is known color: Deep Magenta. HEX triplet: E4, 02 and D2. RGB value is (228,2,210). Sum of RGB (Red+Green+Blue) = 228+2+210=440 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.82% from 440); Green value is 2 (1.17% from 255 or 0.45% from 440); Blue value is 210 (82.42% from 255 or 47.73% from 440); Max value from RGB is 228 - color contains mainly: red. Hex color #E402D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E402D2 is #1BFD2D. Grayscale: #5C5C5C. Windows color (decimal): -1834286 or 13763300. OLE color: 13763300.

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

Color convert

RGB 228 2 210 -
CMYK 0 0.99 0.08 0.11
HSL 304.78º 0.98% 0.45% -
HSV(B) 304.78º 0.99% 0.89% -
XYZ 43.65 21.19 62.76 -
YUV 93.29 193.87 224.09 -
System Red Green Blue C M Y K H S L
Decimal 228 2 210 0 0.99 0.08 0.11 304.78 0.98 0.45
Hex E4 2 D2 0 63 8 B 131 62 2D
Octal 344 2 322 0 143 10 13 461 142 55
Binary 11100100 10 11010010 0 1100011 1000 1011 100110001 1100010 101101

Color Harmonies of #E402D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E402D2

Black with #E402D2

Text Example


Text Example

White with #E402D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E402D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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