Html Css Color HEX #E018BA Shocking Pink

📋 copy color: '#E018BA'

red 224 ◦ green 24 ◦ blue 186

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

Shades of Shocking Pink #E018BA

Tints of Shocking Pink #E018BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.53%

 BLUE value IS 186 (73.05% from 255) = 42.86%

R = 51.61%
G = 5.53%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E018BA (or 0xE018BA) is known color: Shocking Pink. HEX triplet: E0, 18 and BA. RGB value is (224,24,186). Sum of RGB (Red+Green+Blue) = 224+24+186=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 24 (9.77% from 255 or 5.53% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E018BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E018BA is #1FE745. Grayscale: #656565. Windows color (decimal): -2090822 or 12196064. OLE color: 12196064.

HSL color Cylindrical-coordinate representation of color #E018BA: hue angle of 311.4º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E018BA is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 24 186 -
CMYK 0 0.89 0.17 0.12
HSL 311.4º 0.81% 0.49% -
HSV(B) 311.4º 0.89% 0.88% -
XYZ 39.93 20.05 48.22 -
YUV 102.27 175.26 214.83 -
System Red Green Blue C M Y K H S L
Decimal 224 24 186 0 0.89 0.17 0.12 311.4 0.81 0.49
Hex E0 18 BA 0 59 11 C 137 51 31
Octal 340 30 272 0 131 21 14 467 121 61
Binary 11100000 11000 10111010 0 1011001 10001 1100 100110111 1010001 110001

Color Harmonies of #E018BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E018BA

Black with #E018BA

Text Example


Text Example

White with #E018BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E018BA; }

 p { color: rgb(224,24,186); }

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

background-color css

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

 a { background-color: rgb(224,24,186); }

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

border-color css

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

 span { border-color: rgb(224,24,186); }

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