Html Css Color HEX #E5A29B Petite Orchid

📋 copy color: '#E5A29B'

red 229 ◦ green 162 ◦ blue 155

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

Shades of Petite Orchid #E5A29B

Tints of Petite Orchid #E5A29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.39%

R = 41.94%
G = 29.67%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E5A29B (or 0xE5A29B) is known color: Petite Orchid. HEX triplet: E5, A2 and 9B. RGB value is (229,162,155). Sum of RGB (Red+Green+Blue) = 229+162+155=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A29B is #1A5D64. Grayscale: #B5B5B5. Windows color (decimal): -1727845 or 10199781. OLE color: 10199781.

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

Color convert

RGB 229 162 155 -
CMYK 0 0.29 0.32 0.10
HSL 5.68º 0.59% 0.75% -
HSV(B) 5.68º 0.32% 0.9% -
XYZ 51.15 44.87 36.97 -
YUV 181.24 113.2 162.07 -
System Red Green Blue C M Y K H S L
Decimal 229 162 155 0 0.29 0.32 0.10 5.68 0.59 0.75
Hex E5 A2 9B 0 1D 20 A 6 3B 4B
Octal 345 242 233 0 35 40 12 6 73 113
Binary 11100101 10100010 10011011 0 11101 100000 1010 110 111011 1001011

Color Harmonies of #E5A29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A29B

Black with #E5A29B

Text Example


Text Example

White with #E5A29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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