Html Css Color HEX #E5A0BC Shocking

📋 copy color: '#E5A0BC'

red 229 ◦ green 160 ◦ blue 188

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

Shades of Shocking #E5A0BC

Tints of Shocking #E5A0BC

RGB

 RED value IS 229 (89.84% from 255) = 39.69%

 GREEN value IS 160 (62.89% from 255) = 27.73%

 BLUE value IS 188 (73.83% from 255) = 32.58%

R = 39.69%
G = 27.73%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E5A0BC (or 0xE5A0BC) is known color: Shocking. HEX triplet: E5, A0 and BC. RGB value is (229,160,188). Sum of RGB (Red+Green+Blue) = 229+160+188=577 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.69% from 577); Green value is 160 (62.89% from 255 or 27.73% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A0BC is #1A5F43. Grayscale: #B7B7B7. Windows color (decimal): -1728324 or 12361957. OLE color: 12361957.

HSL color Cylindrical-coordinate representation of color #E5A0BC: hue angle of 335.65º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5A0BC is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 160 188 -
CMYK 0 0.30 0.18 0.10
HSL 335.65º 0.57% 0.76% -
HSV(B) 335.65º 0.3% 0.9% -
XYZ 53.96 45.43 53.5 -
YUV 183.82 130.36 160.22 -
System Red Green Blue C M Y K H S L
Decimal 229 160 188 0 0.30 0.18 0.10 335.65 0.57 0.76
Hex E5 A0 BC 0 1E 12 A 150 39 4C
Octal 345 240 274 0 36 22 12 520 71 114
Binary 11100101 10100000 10111100 0 11110 10010 1010 101010000 111001 1001100

Color Harmonies of #E5A0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A0BC

Black with #E5A0BC

Text Example


Text Example

White with #E5A0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A0BC; }

 p { color: rgb(229,160,188); }

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

background-color css

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

 a { background-color: rgb(229,160,188); }

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

border-color css

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

 span { border-color: rgb(229,160,188); }

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