Html Css Color HEX #E219BA Shocking Pink

📋 copy color: '#E219BA'

red 226 ◦ green 25 ◦ blue 186

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

Shades of Shocking Pink #E219BA

Tints of Shocking Pink #E219BA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.72%

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

R = 51.72%
G = 5.72%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E219BA (or 0xE219BA) is known color: Shocking Pink. HEX triplet: E2, 19 and BA. RGB value is (226,25,186). Sum of RGB (Red+Green+Blue) = 226+25+186=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 25 (10.16% from 255 or 5.72% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E219BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E219BA is #1DE645. Grayscale: #676767. Windows color (decimal): -1959494 or 12196322. OLE color: 12196322.

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

Color convert

RGB 226 25 186 -
CMYK 0 0.89 0.18 0.11
HSL 311.94º 0.8% 0.49% -
HSV(B) 311.94º 0.89% 0.89% -
XYZ 40.57 20.41 48.26 -
YUV 103.45 174.59 215.41 -
System Red Green Blue C M Y K H S L
Decimal 226 25 186 0 0.89 0.18 0.11 311.94 0.8 0.49
Hex E2 19 BA 0 59 12 B 138 50 31
Octal 342 31 272 0 131 22 13 470 120 61
Binary 11100010 11001 10111010 0 1011001 10010 1011 100111000 1010000 110001

Color Harmonies of #E219BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E219BA

Black with #E219BA

Text Example


Text Example

White with #E219BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E219BA; }

 p { color: rgb(226,25,186); }

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

background-color css

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

 a { background-color: rgb(226,25,186); }

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

border-color css

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

 span { border-color: rgb(226,25,186); }

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