Html Css Color HEX #E20ABD Shocking Pink

📋 copy color: '#E20ABD'

red 226 ◦ green 10 ◦ blue 189

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

Shades of Shocking Pink #E20ABD

Tints of Shocking Pink #E20ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.47%

R = 53.18%
G = 2.35%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E20ABD (or 0xE20ABD) is known color: Shocking Pink. HEX triplet: E2, 0A and BD. RGB value is (226,10,189). Sum of RGB (Red+Green+Blue) = 226+10+189=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 10 (4.30% from 255 or 2.35% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E20ABD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20ABD is #1DF542. Grayscale: #5E5E5E. Windows color (decimal): -1963331 or 12389090. OLE color: 12389090.

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

Color convert

RGB 226 10 189 -
CMYK 0 0.96 0.16 0.11
HSL 310.28º 0.92% 0.46% -
HSV(B) 310.28º 0.96% 0.89% -
XYZ 40.66 20.06 49.87 -
YUV 94.99 181.06 221.45 -
System Red Green Blue C M Y K H S L
Decimal 226 10 189 0 0.96 0.16 0.11 310.28 0.92 0.46
Hex E2 A BD 0 60 10 B 136 5C 2E
Octal 342 12 275 0 140 20 13 466 134 56
Binary 11100010 1010 10111101 0 1100000 10000 1011 100110110 1011100 101110

Color Harmonies of #E20ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20ABD

Black with #E20ABD

Text Example


Text Example

White with #E20ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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