Html Css Color HEX #E401CA Deep Magenta

📋 copy color: '#E401CA'

red 228 ◦ green 1 ◦ blue 202

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

Shades of Deep Magenta #E401CA

Tints of Deep Magenta #E401CA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 202 (79.3% from 255) = 46.87%

R = 52.9%
G = 0.23%
B = 46.87%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E401CA (or 0xE401CA) is known color: Deep Magenta. HEX triplet: E4, 01 and CA. RGB value is (228,1,202). Sum of RGB (Red+Green+Blue) = 228+1+202=431 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.90% from 431); Green value is 1 (0.78% from 255 or 0.23% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 228 - color contains mainly: red. Hex color #E401CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E401CA is #1BFE35. Grayscale: #5B5B5B. Windows color (decimal): -1834550 or 13238756. OLE color: 13238756.

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

Color convert

RGB 228 1 202 -
CMYK 0 1.00 0.11 0.11
HSL 306.87º 0.99% 0.45% -
HSV(B) 306.87º 1% 0.89% -
XYZ 42.67 20.78 57.64 -
YUV 91.79 190.21 225.16 -
System Red Green Blue C M Y K H S L
Decimal 228 1 202 0 1.00 0.11 0.11 306.87 0.99 0.45
Hex E4 1 CA 0 64 B B 133 63 2D
Octal 344 1 312 0 144 13 13 463 143 55
Binary 11100100 1 11001010 0 1100100 1011 1011 100110011 1100011 101101

Color Harmonies of #E401CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E401CA

Black with #E401CA

Text Example


Text Example

White with #E401CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E401CA; }

 p { color: rgb(228,1,202); }

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

background-color css

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

 a { background-color: rgb(228,1,202); }

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

border-color css

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

 span { border-color: rgb(228,1,202); }

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