Html Css Color HEX #E215B0 Shocking Pink

📋 copy color: '#E215B0'

red 226 ◦ green 21 ◦ blue 176

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

Shades of Shocking Pink #E215B0

Tints of Shocking Pink #E215B0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.96%

 BLUE value IS 176 (69.14% from 255) = 41.61%

R = 53.43%
G = 4.96%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E215B0 (or 0xE215B0) is known color: Shocking Pink. HEX triplet: E2, 15 and B0. RGB value is (226,21,176). Sum of RGB (Red+Green+Blue) = 226+21+176=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E215B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E215B0 is #1DEA4F. Grayscale: #636363. Windows color (decimal): -1960528 or 11539938. OLE color: 11539938.

HSL color Cylindrical-coordinate representation of color #E215B0: hue angle of 314.63º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E215B0 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 21 176 -
CMYK 0 0.91 0.22 0.11
HSL 314.63º 0.83% 0.48% -
HSV(B) 314.63º 0.91% 0.89% -
XYZ 39.47 19.84 42.82 -
YUV 99.97 170.92 217.9 -
System Red Green Blue C M Y K H S L
Decimal 226 21 176 0 0.91 0.22 0.11 314.63 0.83 0.48
Hex E2 15 B0 0 5B 16 B 13B 53 30
Octal 342 25 260 0 133 26 13 473 123 60
Binary 11100010 10101 10110000 0 1011011 10110 1011 100111011 1010011 110000

Color Harmonies of #E215B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E215B0

Black with #E215B0

Text Example


Text Example

White with #E215B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E215B0; }

 p { color: rgb(226,21,176); }

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

background-color css

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

 a { background-color: rgb(226,21,176); }

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

border-color css

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

 span { border-color: rgb(226,21,176); }

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