Html Css Color HEX #E20CCB Deep Magenta

📋 copy color: '#E20CCB'

red 226 ◦ green 12 ◦ blue 203

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

Shades of Deep Magenta #E20CCB

Tints of Deep Magenta #E20CCB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.72%

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

R = 51.25%
G = 2.72%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E20CCB (or 0xE20CCB) is known color: Deep Magenta. HEX triplet: E2, 0C and CB. RGB value is (226,12,203). Sum of RGB (Red+Green+Blue) = 226+12+203=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 12 (5.08% from 255 or 2.72% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E20CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20CCB is #1DF334. Grayscale: #616161. Windows color (decimal): -1962805 or 13307106. OLE color: 13307106.

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

Color convert

RGB 226 12 203 -
CMYK 0 0.95 0.10 0.11
HSL 306.45º 0.9% 0.47% -
HSV(B) 306.45º 0.95% 0.89% -
XYZ 42.28 20.74 58.28 -
YUV 97.76 187.4 219.47 -
System Red Green Blue C M Y K H S L
Decimal 226 12 203 0 0.95 0.10 0.11 306.45 0.9 0.47
Hex E2 C CB 0 5F A B 132 5A 2F
Octal 342 14 313 0 137 12 13 462 132 57
Binary 11100010 1100 11001011 0 1011111 1010 1011 100110010 1011010 101111

Color Harmonies of #E20CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20CCB

Black with #E20CCB

Text Example


Text Example

White with #E20CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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