Html Css Color HEX #E015BF Shocking Pink

📋 copy color: '#E015BF'

red 224 ◦ green 21 ◦ blue 191

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

Shades of Shocking Pink #E015BF

Tints of Shocking Pink #E015BF

RGB

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

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

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

R = 51.38%
G = 4.82%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E015BF (or 0xE015BF) is known color: Shocking Pink. HEX triplet: E0, 15 and BF. RGB value is (224,21,191). Sum of RGB (Red+Green+Blue) = 224+21+191=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E015BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E015BF is #1FEA40. Grayscale: #646464. Windows color (decimal): -2091585 or 12522976. OLE color: 12522976.

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

Color convert

RGB 224 21 191 -
CMYK 0 0.91 0.15 0.12
HSL 309.75º 0.83% 0.48% -
HSV(B) 309.75º 0.91% 0.88% -
XYZ 40.41 20.15 51.05 -
YUV 101.08 178.75 215.68 -
System Red Green Blue C M Y K H S L
Decimal 224 21 191 0 0.91 0.15 0.12 309.75 0.83 0.48
Hex E0 15 BF 0 5B F C 136 53 30
Octal 340 25 277 0 133 17 14 466 123 60
Binary 11100000 10101 10111111 0 1011011 1111 1100 100110110 1010011 110000

Color Harmonies of #E015BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015BF

Black with #E015BF

Text Example


Text Example

White with #E015BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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