Html Css Color HEX #E402CB Deep Magenta

📋 copy color: '#E402CB'

red 228 ◦ green 2 ◦ blue 203

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

Shades of Deep Magenta #E402CB

Tints of Deep Magenta #E402CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.88%

R = 52.66%
G = 0.46%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E402CB (or 0xE402CB) is known color: Deep Magenta. HEX triplet: E4, 02 and CB. RGB value is (228,2,203). Sum of RGB (Red+Green+Blue) = 228+2+203=433 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.66% from 433); Green value is 2 (1.17% from 255 or 0.46% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 228 - color contains mainly: red. Hex color #E402CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E402CB is #1BFD34. Grayscale: #5B5B5B. Windows color (decimal): -1834293 or 13304548. OLE color: 13304548.

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

Color convert

RGB 228 2 203 -
CMYK 0 0.99 0.11 0.11
HSL 306.64º 0.98% 0.45% -
HSV(B) 306.64º 0.99% 0.89% -
XYZ 42.8 20.85 58.27 -
YUV 92.49 190.37 224.66 -
System Red Green Blue C M Y K H S L
Decimal 228 2 203 0 0.99 0.11 0.11 306.64 0.98 0.45
Hex E4 2 CB 0 63 B B 133 62 2D
Octal 344 2 313 0 143 13 13 463 142 55
Binary 11100100 10 11001011 0 1100011 1011 1011 100110011 1100010 101101

Color Harmonies of #E402CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E402CB

Black with #E402CB

Text Example


Text Example

White with #E402CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E402CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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