Html Css Color HEX #E5A6BA Shocking

📋 copy color: '#E5A6BA'

red 229 ◦ green 166 ◦ blue 186

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

Shades of Shocking #E5A6BA

Tints of Shocking #E5A6BA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.57%

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

R = 39.41%
G = 28.57%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E5A6BA (or 0xE5A6BA) is known color: Shocking. HEX triplet: E5, A6 and BA. RGB value is (229,166,186). Sum of RGB (Red+Green+Blue) = 229+166+186=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 166 (65.23% from 255 or 28.57% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A6BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A6BA is #1A5945. Grayscale: #BBBBBB. Windows color (decimal): -1726790 or 12232421. OLE color: 12232421.

HSL color Cylindrical-coordinate representation of color #E5A6BA: hue angle of 340.95º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5A6BA is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 166 186 -
CMYK 0 0.28 0.19 0.10
HSL 340.95º 0.55% 0.77% -
HSV(B) 340.95º 0.28% 0.9% -
XYZ 54.81 47.48 52.73 -
YUV 187.12 127.37 157.87 -
System Red Green Blue C M Y K H S L
Decimal 229 166 186 0 0.28 0.19 0.10 340.95 0.55 0.77
Hex E5 A6 BA 0 1C 13 A 155 37 4D
Octal 345 246 272 0 34 23 12 525 67 115
Binary 11100101 10100110 10111010 0 11100 10011 1010 101010101 110111 1001101

Color Harmonies of #E5A6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A6BA

Black with #E5A6BA

Text Example


Text Example

White with #E5A6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A6BA; }

 p { color: rgb(229,166,186); }

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

background-color css

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

 a { background-color: rgb(229,166,186); }

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

border-color css

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

 span { border-color: rgb(229,166,186); }

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