Html Css Color HEX #E402CD Deep Magenta

📋 copy color: '#E402CD'

red 228 ◦ green 2 ◦ blue 205

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

Shades of Deep Magenta #E402CD

Tints of Deep Magenta #E402CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.13%

R = 52.41%
G = 0.46%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E402CD (or 0xE402CD) is known color: Deep Magenta. HEX triplet: E4, 02 and CD. RGB value is (228,2,205). Sum of RGB (Red+Green+Blue) = 228+2+205=435 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.41% from 435); Green value is 2 (1.17% from 255 or 0.46% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 228 - color contains mainly: red. Hex color #E402CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E402CD is #1BFD32. Grayscale: #5C5C5C. Windows color (decimal): -1834291 or 13435620. OLE color: 13435620.

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

Color convert

RGB 228 2 205 -
CMYK 0 0.99 0.10 0.11
HSL 306.11º 0.98% 0.45% -
HSV(B) 306.11º 0.99% 0.89% -
XYZ 43.04 20.95 59.53 -
YUV 92.72 191.37 224.49 -
System Red Green Blue C M Y K H S L
Decimal 228 2 205 0 0.99 0.10 0.11 306.11 0.98 0.45
Hex E4 2 CD 0 63 A B 132 62 2D
Octal 344 2 315 0 143 12 13 462 142 55
Binary 11100100 10 11001101 0 1100011 1010 1011 100110010 1100010 101101

Color Harmonies of #E402CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E402CD

Black with #E402CD

Text Example


Text Example

White with #E402CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E402CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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