Html Css Color HEX #E5A2B4 Illusion

📋 copy color: '#E5A2B4'

red 229 ◦ green 162 ◦ blue 180

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

Shades of Illusion #E5A2B4

Tints of Illusion #E5A2B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.52%

R = 40.11%
G = 28.37%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E5A2B4 (or 0xE5A2B4) is known color: Illusion. HEX triplet: E5, A2 and B4. RGB value is (229,162,180). Sum of RGB (Red+Green+Blue) = 229+162+180=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 162 (63.67% from 255 or 28.37% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A2B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A2B4 is #1A5D4B. Grayscale: #B8B8B8. Windows color (decimal): -1727820 or 11838181. OLE color: 11838181.

HSL color Cylindrical-coordinate representation of color #E5A2B4: hue angle of 343.88º 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 #E5A2B4 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 162 180 -
CMYK 0 0.29 0.21 0.10
HSL 343.88º 0.56% 0.77% -
HSV(B) 343.88º 0.29% 0.9% -
XYZ 53.47 45.79 49.2 -
YUV 184.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 229 162 180 0 0.29 0.21 0.10 343.88 0.56 0.77
Hex E5 A2 B4 0 1D 15 A 158 38 4D
Octal 345 242 264 0 35 25 12 530 70 115
Binary 11100101 10100010 10110100 0 11101 10101 1010 101011000 111000 1001101

Color Harmonies of #E5A2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A2B4

Black with #E5A2B4

Text Example


Text Example

White with #E5A2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A2B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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