Html Css Color HEX #E017BD Shocking Pink

📋 copy color: '#E017BD'

red 224 ◦ green 23 ◦ blue 189

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

Shades of Shocking Pink #E017BD

Tints of Shocking Pink #E017BD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.28%

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

R = 51.38%
G = 5.28%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E017BD (or 0xE017BD) is known color: Shocking Pink. HEX triplet: E0, 17 and BD. RGB value is (224,23,189). Sum of RGB (Red+Green+Blue) = 224+23+189=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 23 (9.38% from 255 or 5.28% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E017BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E017BD is #1FE842. Grayscale: #656565. Windows color (decimal): -2091075 or 12392416. OLE color: 12392416.

HSL color Cylindrical-coordinate representation of color #E017BD: hue angle of 310.45º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E017BD is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 23 189 -
CMYK 0 0.90 0.16 0.12
HSL 310.45º 0.81% 0.48% -
HSV(B) 310.45º 0.9% 0.88% -
XYZ 40.23 20.13 49.91 -
YUV 102.02 177.09 215 -
System Red Green Blue C M Y K H S L
Decimal 224 23 189 0 0.90 0.16 0.12 310.45 0.81 0.48
Hex E0 17 BD 0 5A 10 C 136 51 30
Octal 340 27 275 0 132 20 14 466 121 60
Binary 11100000 10111 10111101 0 1011010 10000 1100 100110110 1010001 110000

Color Harmonies of #E017BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E017BD

Black with #E017BD

Text Example


Text Example

White with #E017BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E017BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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