Html Css Color HEX #E20ACB Deep Magenta

📋 copy color: '#E20ACB'

red 226 ◦ green 10 ◦ blue 203

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

Shades of Deep Magenta #E20ACB

Tints of Deep Magenta #E20ACB

RGB

 RED value IS 226 (88.67% from 255) = 51.48%

 GREEN value IS 10 (4.3% from 255) = 2.28%

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

R = 51.48%
G = 2.28%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E20ACB (or 0xE20ACB) is known color: Deep Magenta. HEX triplet: E2, 0A and CB. RGB value is (226,10,203). Sum of RGB (Red+Green+Blue) = 226+10+203=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 10 (4.30% from 255 or 2.28% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E20ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20ACB is #1DF534. Grayscale: #606060. Windows color (decimal): -1963317 or 13306594. OLE color: 13306594.

HSL color Cylindrical-coordinate representation of color #E20ACB: hue angle of 306.39º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20ACB is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 10 203 -
CMYK 0 0.96 0.10 0.11
HSL 306.39º 0.92% 0.46% -
HSV(B) 306.39º 0.96% 0.89% -
XYZ 42.25 20.7 58.27 -
YUV 96.59 188.06 220.31 -
System Red Green Blue C M Y K H S L
Decimal 226 10 203 0 0.96 0.10 0.11 306.39 0.92 0.46
Hex E2 A CB 0 60 A B 132 5C 2E
Octal 342 12 313 0 140 12 13 462 134 56
Binary 11100010 1010 11001011 0 1100000 1010 1011 100110010 1011100 101110

Color Harmonies of #E20ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20ACB

Black with #E20ACB

Text Example


Text Example

White with #E20ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20ACB; }

 p { color: rgb(226,10,203); }

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

background-color css

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

 a { background-color: rgb(226,10,203); }

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

border-color css

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

 span { border-color: rgb(226,10,203); }

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