Html Css Color HEX #E420BA Shocking Pink

📋 copy color: '#E420BA'

red 228 ◦ green 32 ◦ blue 186

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

Shades of Shocking Pink #E420BA

Tints of Shocking Pink #E420BA

RGB

 RED value IS 228 (89.45% from 255) = 51.12%

 GREEN value IS 32 (12.89% from 255) = 7.17%

 BLUE value IS 186 (73.05% from 255) = 41.7%

R = 51.12%
G = 7.17%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E420BA (or 0xE420BA) is known color: Shocking Pink. HEX triplet: E4, 20 and BA. RGB value is (228,32,186). Sum of RGB (Red+Green+Blue) = 228+32+186=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 32 (12.89% from 255 or 7.17% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E420BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E420BA is #1BDF45. Grayscale: #6B6B6B. Windows color (decimal): -1826630 or 12198116. OLE color: 12198116.

HSL color Cylindrical-coordinate representation of color #E420BA: hue angle of 312.86º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E420BA is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 32 186 -
CMYK 0 0.86 0.18 0.11
HSL 312.86º 0.78% 0.51% -
HSV(B) 312.86º 0.86% 0.89% -
XYZ 41.37 21.07 48.34 -
YUV 108.16 171.93 213.48 -
System Red Green Blue C M Y K H S L
Decimal 228 32 186 0 0.86 0.18 0.11 312.86 0.78 0.51
Hex E4 20 BA 0 56 12 B 139 4E 33
Octal 344 40 272 0 126 22 13 471 116 63
Binary 11100100 100000 10111010 0 1010110 10010 1011 100111001 1001110 110011

Color Harmonies of #E420BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E420BA

Black with #E420BA

Text Example


Text Example

White with #E420BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E420BA; }

 p { color: rgb(228,32,186); }

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

background-color css

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

 a { background-color: rgb(228,32,186); }

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

border-color css

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

 span { border-color: rgb(228,32,186); }

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