Html Css Color HEX #E015BB Shocking Pink

📋 copy color: '#E015BB'

red 224 ◦ green 21 ◦ blue 187

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

Shades of Shocking Pink #E015BB

Tints of Shocking Pink #E015BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.29%

R = 51.85%
G = 4.86%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E015BB (or 0xE015BB) is known color: Shocking Pink. HEX triplet: E0, 15 and BB. RGB value is (224,21,187). Sum of RGB (Red+Green+Blue) = 224+21+187=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E015BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E015BB is #1FEA44. Grayscale: #646464. Windows color (decimal): -2091589 or 12260832. OLE color: 12260832.

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

Color convert

RGB 224 21 187 -
CMYK 0 0.91 0.17 0.12
HSL 310.94º 0.83% 0.48% -
HSV(B) 310.94º 0.91% 0.88% -
XYZ 39.98 19.97 48.76 -
YUV 100.62 176.75 216 -
System Red Green Blue C M Y K H S L
Decimal 224 21 187 0 0.91 0.17 0.12 310.94 0.83 0.48
Hex E0 15 BB 0 5B 11 C 137 53 30
Octal 340 25 273 0 133 21 14 467 123 60
Binary 11100000 10101 10111011 0 1011011 10001 1100 100110111 1010011 110000

Color Harmonies of #E015BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015BB

Black with #E015BB

Text Example


Text Example

White with #E015BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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