Html Css Color HEX #E013BC Shocking Pink

📋 copy color: '#E013BC'

red 224 ◦ green 19 ◦ blue 188

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

Shades of Shocking Pink #E013BC

Tints of Shocking Pink #E013BC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.41%

 BLUE value IS 188 (73.83% from 255) = 43.62%

R = 51.97%
G = 4.41%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E013BC (or 0xE013BC) is known color: Shocking Pink. HEX triplet: E0, 13 and BC. RGB value is (224,19,188). Sum of RGB (Red+Green+Blue) = 224+19+188=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 19 (7.81% from 255 or 4.41% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E013BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E013BC is #1FEC43. Grayscale: #636363. Windows color (decimal): -2092100 or 12325856. OLE color: 12325856.

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

Color convert

RGB 224 19 188 -
CMYK 0 0.92 0.16 0.12
HSL 310.54º 0.84% 0.48% -
HSV(B) 310.54º 0.92% 0.88% -
XYZ 40.05 19.94 49.32 -
YUV 99.56 177.92 216.76 -
System Red Green Blue C M Y K H S L
Decimal 224 19 188 0 0.92 0.16 0.12 310.54 0.84 0.48
Hex E0 13 BC 0 5C 10 C 137 54 30
Octal 340 23 274 0 134 20 14 467 124 60
Binary 11100000 10011 10111100 0 1011100 10000 1100 100110111 1010100 110000

Color Harmonies of #E013BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E013BC

Black with #E013BC

Text Example


Text Example

White with #E013BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E013BC; }

 p { color: rgb(224,19,188); }

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

background-color css

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

 a { background-color: rgb(224,19,188); }

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

border-color css

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

 span { border-color: rgb(224,19,188); }

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