Html Css Color HEX #E015BD Shocking Pink

📋 copy color: '#E015BD'

red 224 ◦ green 21 ◦ blue 189

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

Shades of Shocking Pink #E015BD

Tints of Shocking Pink #E015BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.55%

R = 51.61%
G = 4.84%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E015BD (or 0xE015BD) is known color: Shocking Pink. HEX triplet: E0, 15 and BD. RGB value is (224,21,189). Sum of RGB (Red+Green+Blue) = 224+21+189=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 21 (8.59% from 255 or 4.84% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E015BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E015BD is #1FEA42. Grayscale: #646464. Windows color (decimal): -2091587 or 12391904. OLE color: 12391904.

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

Color convert

RGB 224 21 189 -
CMYK 0 0.91 0.16 0.12
HSL 310.34º 0.83% 0.48% -
HSV(B) 310.34º 0.91% 0.88% -
XYZ 40.19 20.06 49.9 -
YUV 100.85 177.75 215.84 -
System Red Green Blue C M Y K H S L
Decimal 224 21 189 0 0.91 0.16 0.12 310.34 0.83 0.48
Hex E0 15 BD 0 5B 10 C 136 53 30
Octal 340 25 275 0 133 20 14 466 123 60
Binary 11100000 10101 10111101 0 1011011 10000 1100 100110110 1010011 110000

Color Harmonies of #E015BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015BD

Black with #E015BD

Text Example


Text Example

White with #E015BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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