Html Css Color HEX #E215C8 Shocking Pink

📋 copy color: '#E215C8'

red 226 ◦ green 21 ◦ blue 200

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

Shades of Shocking Pink #E215C8

Tints of Shocking Pink #E215C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.74%

R = 50.56%
G = 4.7%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E215C8 (or 0xE215C8) is known color: Shocking Pink. HEX triplet: E2, 15 and C8. RGB value is (226,21,200). Sum of RGB (Red+Green+Blue) = 226+21+200=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 21 (8.59% from 255 or 4.70% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E215C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E215C8 is #1DEA37. Grayscale: #666666. Windows color (decimal): -1960504 or 13112802. OLE color: 13112802.

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

Color convert

RGB 226 21 200 -
CMYK 0 0.91 0.12 0.11
HSL 307.61º 0.83% 0.48% -
HSV(B) 307.61º 0.91% 0.89% -
XYZ 42.06 20.88 56.46 -
YUV 102.7 182.92 215.95 -
System Red Green Blue C M Y K H S L
Decimal 226 21 200 0 0.91 0.12 0.11 307.61 0.83 0.48
Hex E2 15 C8 0 5B C B 134 53 30
Octal 342 25 310 0 133 14 13 464 123 60
Binary 11100010 10101 11001000 0 1011011 1100 1011 100110100 1010011 110000

Color Harmonies of #E215C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E215C8

Black with #E215C8

Text Example


Text Example

White with #E215C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E215C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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