Html Css Color HEX #E20AB4 Shocking Pink

📋 copy color: '#E20AB4'

red 226 ◦ green 10 ◦ blue 180

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

Shades of Shocking Pink #E20AB4

Tints of Shocking Pink #E20AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.27%

R = 54.33%
G = 2.4%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#E20AB4 (or 0xE20AB4) is known color: Shocking Pink. HEX triplet: E2, 0A and B4. RGB value is (226,10,180). Sum of RGB (Red+Green+Blue) = 226+10+180=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E20AB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20AB4 is #1DF54B. Grayscale: #5D5D5D. Windows color (decimal): -1963340 or 11799266. OLE color: 11799266.

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

Color convert

RGB 226 10 180 -
CMYK 0 0.96 0.20 0.11
HSL 312.78º 0.92% 0.46% -
HSV(B) 312.78º 0.96% 0.89% -
XYZ 39.71 19.68 44.89 -
YUV 93.96 176.56 222.18 -
System Red Green Blue C M Y K H S L
Decimal 226 10 180 0 0.96 0.20 0.11 312.78 0.92 0.46
Hex E2 A B4 0 60 14 B 139 5C 2E
Octal 342 12 264 0 140 24 13 471 134 56
Binary 11100010 1010 10110100 0 1100000 10100 1011 100111001 1011100 101110

Color Harmonies of #E20AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20AB4

Black with #E20AB4

Text Example


Text Example

White with #E20AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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