Html Css Color HEX #E20AB7 Shocking Pink

📋 copy color: '#E20AB7'

red 226 ◦ green 10 ◦ blue 183

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

Shades of Shocking Pink #E20AB7

Tints of Shocking Pink #E20AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.68%

R = 53.94%
G = 2.39%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#E20AB7 (or 0xE20AB7) is known color: Shocking Pink. HEX triplet: E2, 0A and B7. RGB value is (226,10,183). Sum of RGB (Red+Green+Blue) = 226+10+183=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 10 (4.30% from 255 or 2.39% from 419); Blue value is 183 (71.88% from 255 or 43.68% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E20AB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20AB7 is #1DF548. Grayscale: #5D5D5D. Windows color (decimal): -1963337 or 11995874. OLE color: 11995874.

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

Color convert

RGB 226 10 183 -
CMYK 0 0.96 0.19 0.11
HSL 311.94º 0.92% 0.46% -
HSV(B) 311.94º 0.96% 0.89% -
XYZ 40.02 19.8 46.51 -
YUV 94.31 178.06 221.93 -
System Red Green Blue C M Y K H S L
Decimal 226 10 183 0 0.96 0.19 0.11 311.94 0.92 0.46
Hex E2 A B7 0 60 13 B 138 5C 2E
Octal 342 12 267 0 140 23 13 470 134 56
Binary 11100010 1010 10110111 0 1100000 10011 1011 100111000 1011100 101110

Color Harmonies of #E20AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20AB7

Black with #E20AB7

Text Example


Text Example

White with #E20AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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