Html Css Color HEX #E422BA Shocking Pink

📋 copy color: '#E422BA'

red 228 ◦ green 34 ◦ blue 186

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

Shades of Shocking Pink #E422BA

Tints of Shocking Pink #E422BA

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.59%

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

R = 50.89%
G = 7.59%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E422BA (or 0xE422BA) is known color: Shocking Pink. HEX triplet: E4, 22 and BA. RGB value is (228,34,186). Sum of RGB (Red+Green+Blue) = 228+34+186=448 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.89% from 448); Green value is 34 (13.67% from 255 or 7.59% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 228 - color contains mainly: red. Hex color #E422BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E422BA is #1BDD45. Grayscale: #6C6C6C. Windows color (decimal): -1826118 or 12198628. OLE color: 12198628.

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

Color convert

RGB 228 34 186 -
CMYK 0 0.85 0.18 0.11
HSL 312.99º 0.78% 0.51% -
HSV(B) 312.99º 0.85% 0.89% -
XYZ 41.43 21.18 48.36 -
YUV 109.33 171.27 212.64 -
System Red Green Blue C M Y K H S L
Decimal 228 34 186 0 0.85 0.18 0.11 312.99 0.78 0.51
Hex E4 22 BA 0 55 12 B 139 4E 33
Octal 344 42 272 0 125 22 13 471 116 63
Binary 11100100 100010 10111010 0 1010101 10010 1011 100111001 1001110 110011

Color Harmonies of #E422BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E422BA

Black with #E422BA

Text Example


Text Example

White with #E422BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E422BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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