Html Css Color HEX #E219BE Shocking Pink

📋 copy color: '#E219BE'

red 226 ◦ green 25 ◦ blue 190

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

Shades of Shocking Pink #E219BE

Tints of Shocking Pink #E219BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.08%

R = 51.25%
G = 5.67%
B = 43.08%

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

#E219BE (or 0xE219BE) is known color: Shocking Pink. HEX triplet: E2, 19 and BE. RGB value is (226,25,190). Sum of RGB (Red+Green+Blue) = 226+25+190=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E219BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E219BE is #1DE641. Grayscale: #676767. Windows color (decimal): -1959490 or 12458466. OLE color: 12458466.

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

Color convert

RGB 226 25 190 -
CMYK 0 0.89 0.16 0.11
HSL 310.75º 0.8% 0.49% -
HSV(B) 310.75º 0.89% 0.89% -
XYZ 41.01 20.58 50.53 -
YUV 103.91 176.59 215.08 -
System Red Green Blue C M Y K H S L
Decimal 226 25 190 0 0.89 0.16 0.11 310.75 0.8 0.49
Hex E2 19 BE 0 59 10 B 137 50 31
Octal 342 31 276 0 131 20 13 467 120 61
Binary 11100010 11001 10111110 0 1011001 10000 1011 100110111 1010000 110001

Color Harmonies of #E219BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E219BE

Black with #E219BE

Text Example


Text Example

White with #E219BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E219BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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