Html Css Color HEX #E5A2BD Shocking

📋 copy color: '#E5A2BD'

red 229 ◦ green 162 ◦ blue 189

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

Shades of Shocking #E5A2BD

Tints of Shocking #E5A2BD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.93%

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

R = 39.48%
G = 27.93%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E5A2BD (or 0xE5A2BD) is known color: Shocking. HEX triplet: E5, A2 and BD. RGB value is (229,162,189). Sum of RGB (Red+Green+Blue) = 229+162+189=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 162 (63.67% from 255 or 27.93% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A2BD is #1A5D42. Grayscale: #B9B9B9. Windows color (decimal): -1727811 or 12428005. OLE color: 12428005.

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

Color convert

RGB 229 162 189 -
CMYK 0 0.29 0.17 0.10
HSL 335.82º 0.56% 0.77% -
HSV(B) 335.82º 0.29% 0.9% -
XYZ 54.42 46.17 54.19 -
YUV 185.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 229 162 189 0 0.29 0.17 0.10 335.82 0.56 0.77
Hex E5 A2 BD 0 1D 11 A 150 38 4D
Octal 345 242 275 0 35 21 12 520 70 115
Binary 11100101 10100010 10111101 0 11101 10001 1010 101010000 111000 1001101

Color Harmonies of #E5A2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A2BD

Black with #E5A2BD

Text Example


Text Example

White with #E5A2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A2BD; }

 p { color: rgb(229,162,189); }

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

background-color css

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

 a { background-color: rgb(229,162,189); }

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

border-color css

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

 span { border-color: rgb(229,162,189); }

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