Html Css Color HEX #E013BA Shocking Pink

📋 copy color: '#E013BA'

red 224 ◦ green 19 ◦ blue 186

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

Shades of Shocking Pink #E013BA

Tints of Shocking Pink #E013BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.36%

R = 52.21%
G = 4.43%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E013BA (or 0xE013BA) is known color: Shocking Pink. HEX triplet: E0, 13 and BA. RGB value is (224,19,186). Sum of RGB (Red+Green+Blue) = 224+19+186=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 19 (7.81% from 255 or 4.43% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E013BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E013BA is #1FEC45. Grayscale: #626262. Windows color (decimal): -2092102 or 12194784. OLE color: 12194784.

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

Color convert

RGB 224 19 186 -
CMYK 0 0.92 0.17 0.12
HSL 311.12º 0.84% 0.48% -
HSV(B) 311.12º 0.92% 0.88% -
XYZ 39.84 19.86 48.19 -
YUV 99.33 176.92 216.92 -
System Red Green Blue C M Y K H S L
Decimal 224 19 186 0 0.92 0.17 0.12 311.12 0.84 0.48
Hex E0 13 BA 0 5C 11 C 137 54 30
Octal 340 23 272 0 134 21 14 467 124 60
Binary 11100000 10011 10111010 0 1011100 10001 1100 100110111 1010100 110000

Color Harmonies of #E013BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E013BA

Black with #E013BA

Text Example


Text Example

White with #E013BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E013BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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