Html Css Color HEX #E215BD Shocking Pink

📋 copy color: '#E215BD'

red 226 ◦ green 21 ◦ blue 189

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

Shades of Shocking Pink #E215BD

Tints of Shocking Pink #E215BD

RGB

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

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

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

R = 51.83%
G = 4.82%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E215BD (or 0xE215BD) is known color: Shocking Pink. HEX triplet: E2, 15 and BD. RGB value is (226,21,189). Sum of RGB (Red+Green+Blue) = 226+21+189=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E215BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E215BD is #1DEA42. Grayscale: #646464. Windows color (decimal): -1960515 or 12391906. OLE color: 12391906.

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

Color convert

RGB 226 21 189 -
CMYK 0 0.91 0.16 0.11
HSL 310.83º 0.83% 0.48% -
HSV(B) 310.83º 0.91% 0.89% -
XYZ 40.82 20.38 49.93 -
YUV 101.45 177.42 216.84 -
System Red Green Blue C M Y K H S L
Decimal 226 21 189 0 0.91 0.16 0.11 310.83 0.83 0.48
Hex E2 15 BD 0 5B 10 B 137 53 30
Octal 342 25 275 0 133 20 13 467 123 60
Binary 11100010 10101 10111101 0 1011011 10000 1011 100110111 1010011 110000

Color Harmonies of #E215BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E215BD

Black with #E215BD

Text Example


Text Example

White with #E215BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E215BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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