Html Css Color HEX #E215BE Shocking Pink

📋 copy color: '#E215BE'

red 226 ◦ green 21 ◦ blue 190

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

Shades of Shocking Pink #E215BE

Tints of Shocking Pink #E215BE

RGB

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

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

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

R = 51.72%
G = 4.81%
B = 43.48%

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

#E215BE (or 0xE215BE) is known color: Shocking Pink. HEX triplet: E2, 15 and BE. RGB value is (226,21,190). Sum of RGB (Red+Green+Blue) = 226+21+190=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E215BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E215BE is #1DEA41. Grayscale: #656565. Windows color (decimal): -1960514 or 12457442. OLE color: 12457442.

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

Color convert

RGB 226 21 190 -
CMYK 0 0.91 0.16 0.11
HSL 310.54º 0.83% 0.48% -
HSV(B) 310.54º 0.91% 0.89% -
XYZ 40.93 20.42 50.5 -
YUV 101.56 177.92 216.76 -
System Red Green Blue C M Y K H S L
Decimal 226 21 190 0 0.91 0.16 0.11 310.54 0.83 0.48
Hex E2 15 BE 0 5B 10 B 137 53 30
Octal 342 25 276 0 133 20 13 467 123 60
Binary 11100010 10101 10111110 0 1011011 10000 1011 100110111 1010011 110000

Color Harmonies of #E215BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E215BE

Black with #E215BE

Text Example


Text Example

White with #E215BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E215BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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