Html Css Color HEX #E013BF Shocking Pink

📋 copy color: '#E013BF'

red 224 ◦ green 19 ◦ blue 191

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

Shades of Shocking Pink #E013BF

Tints of Shocking Pink #E013BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.01%

R = 51.61%
G = 4.38%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E013BF (or 0xE013BF) is known color: Shocking Pink. HEX triplet: E0, 13 and BF. RGB value is (224,19,191). Sum of RGB (Red+Green+Blue) = 224+19+191=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E013BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E013BF is #1FEC40. Grayscale: #636363. Windows color (decimal): -2092097 or 12522464. OLE color: 12522464.

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

Color convert

RGB 224 19 191 -
CMYK 0 0.92 0.15 0.12
HSL 309.66º 0.84% 0.48% -
HSV(B) 309.66º 0.92% 0.88% -
XYZ 40.38 20.07 51.04 -
YUV 99.9 179.42 216.51 -
System Red Green Blue C M Y K H S L
Decimal 224 19 191 0 0.92 0.15 0.12 309.66 0.84 0.48
Hex E0 13 BF 0 5C F C 136 54 30
Octal 340 23 277 0 134 17 14 466 124 60
Binary 11100000 10011 10111111 0 1011100 1111 1100 100110110 1010100 110000

Color Harmonies of #E013BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E013BF

Black with #E013BF

Text Example


Text Example

White with #E013BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E013BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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