Html Css Color HEX #E215C0 Shocking Pink

📋 copy color: '#E215C0'

red 226 ◦ green 21 ◦ blue 192

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

Shades of Shocking Pink #E215C0

Tints of Shocking Pink #E215C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.74%

R = 51.48%
G = 4.78%
B = 43.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E215C0 (or 0xE215C0) is known color: Shocking Pink. HEX triplet: E2, 15 and C0. RGB value is (226,21,192). Sum of RGB (Red+Green+Blue) = 226+21+192=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 21 (8.59% from 255 or 4.78% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E215C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E215C0 is #1DEA3F. Grayscale: #656565. Windows color (decimal): -1960512 or 12588514. OLE color: 12588514.

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

Color convert

RGB 226 21 192 -
CMYK 0 0.91 0.15 0.11
HSL 309.95º 0.83% 0.48% -
HSV(B) 309.95º 0.91% 0.89% -
XYZ 41.15 20.51 51.66 -
YUV 101.79 178.92 216.6 -
System Red Green Blue C M Y K H S L
Decimal 226 21 192 0 0.91 0.15 0.11 309.95 0.83 0.48
Hex E2 15 C0 0 5B F B 136 53 30
Octal 342 25 300 0 133 17 13 466 123 60
Binary 11100010 10101 11000000 0 1011011 1111 1011 100110110 1010011 110000

Color Harmonies of #E215C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E215C0

Black with #E215C0

Text Example


Text Example

White with #E215C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E215C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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