Html Css Color HEX #E20FCB Deep Magenta

📋 copy color: '#E20FCB'

red 226 ◦ green 15 ◦ blue 203

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

Shades of Deep Magenta #E20FCB

Tints of Deep Magenta #E20FCB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.38%

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

R = 50.9%
G = 3.38%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E20FCB (or 0xE20FCB) is known color: Deep Magenta. HEX triplet: E2, 0F and CB. RGB value is (226,15,203). Sum of RGB (Red+Green+Blue) = 226+15+203=444 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.90% from 444); Green value is 15 (6.25% from 255 or 3.38% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 226 - color contains mainly: red. Hex color #E20FCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20FCB is #1DF034. Grayscale: #626262. Windows color (decimal): -1962037 or 13307874. OLE color: 13307874.

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

Color convert

RGB 226 15 203 -
CMYK 0 0.93 0.10 0.11
HSL 306.54º 0.88% 0.47% -
HSV(B) 306.54º 0.93% 0.89% -
XYZ 42.31 20.82 58.29 -
YUV 99.52 186.4 218.21 -
System Red Green Blue C M Y K H S L
Decimal 226 15 203 0 0.93 0.10 0.11 306.54 0.88 0.47
Hex E2 F CB 0 5D A B 133 58 2F
Octal 342 17 313 0 135 12 13 463 130 57
Binary 11100010 1111 11001011 0 1011101 1010 1011 100110011 1011000 101111

Color Harmonies of #E20FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20FCB

Black with #E20FCB

Text Example


Text Example

White with #E20FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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