Html Css Color HEX #E015C0 Shocking Pink

📋 copy color: '#E015C0'

red 224 ◦ green 21 ◦ blue 192

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

Shades of Shocking Pink #E015C0

Tints of Shocking Pink #E015C0

RGB

 RED value IS 224 (87.89% from 255) = 51.26%

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

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

R = 51.26%
G = 4.81%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E015C0 (or 0xE015C0) is known color: Shocking Pink. HEX triplet: E0, 15 and C0. RGB value is (224,21,192). Sum of RGB (Red+Green+Blue) = 224+21+192=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E015C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E015C0 is #1FEA3F. Grayscale: #646464. Windows color (decimal): -2091584 or 12588512. OLE color: 12588512.

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

Color convert

RGB 224 21 192 -
CMYK 0 0.91 0.14 0.12
HSL 309.46º 0.83% 0.48% -
HSV(B) 309.46º 0.91% 0.88% -
XYZ 40.52 20.19 51.63 -
YUV 101.19 179.25 215.6 -
System Red Green Blue C M Y K H S L
Decimal 224 21 192 0 0.91 0.14 0.12 309.46 0.83 0.48
Hex E0 15 C0 0 5B E C 135 53 30
Octal 340 25 300 0 133 16 14 465 123 60
Binary 11100000 10101 11000000 0 1011011 1110 1100 100110101 1010011 110000

Color Harmonies of #E015C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015C0

Black with #E015C0

Text Example


Text Example

White with #E015C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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