Html Css Color HEX #E219BD Shocking Pink

📋 copy color: '#E219BD'

red 226 ◦ green 25 ◦ blue 189

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

Shades of Shocking Pink #E219BD

Tints of Shocking Pink #E219BD

RGB

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

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

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

R = 51.36%
G = 5.68%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E219BD (or 0xE219BD) is known color: Shocking Pink. HEX triplet: E2, 19 and BD. RGB value is (226,25,189). Sum of RGB (Red+Green+Blue) = 226+25+189=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 25 (10.16% from 255 or 5.68% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E219BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E219BD is #1DE642. Grayscale: #676767. Windows color (decimal): -1959491 or 12392930. OLE color: 12392930.

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

Color convert

RGB 226 25 189 -
CMYK 0 0.89 0.16 0.11
HSL 311.04º 0.8% 0.49% -
HSV(B) 311.04º 0.89% 0.89% -
XYZ 40.9 20.54 49.95 -
YUV 103.8 176.09 215.16 -
System Red Green Blue C M Y K H S L
Decimal 226 25 189 0 0.89 0.16 0.11 311.04 0.8 0.49
Hex E2 19 BD 0 59 10 B 137 50 31
Octal 342 31 275 0 131 20 13 467 120 61
Binary 11100010 11001 10111101 0 1011001 10000 1011 100110111 1010000 110001

Color Harmonies of #E219BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E219BD

Black with #E219BD

Text Example


Text Example

White with #E219BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E219BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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