Html Css Color HEX #E5A19B Petite Orchid

📋 copy color: '#E5A19B'

red 229 ◦ green 161 ◦ blue 155

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

Shades of Petite Orchid #E5A19B

Tints of Petite Orchid #E5A19B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.54%

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

R = 42.02%
G = 29.54%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E5A19B (or 0xE5A19B) is known color: Petite Orchid. HEX triplet: E5, A1 and 9B. RGB value is (229,161,155). Sum of RGB (Red+Green+Blue) = 229+161+155=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A19B is #1A5E64. Grayscale: #B4B4B4. Windows color (decimal): -1728101 or 10199525. OLE color: 10199525.

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

Color convert

RGB 229 161 155 -
CMYK 0 0.30 0.32 0.10
HSL 4.86º 0.59% 0.75% -
HSV(B) 4.86º 0.32% 0.9% -
XYZ 50.97 44.51 36.92 -
YUV 180.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 229 161 155 0 0.30 0.32 0.10 4.86 0.59 0.75
Hex E5 A1 9B 0 1E 20 A 5 3B 4B
Octal 345 241 233 0 36 40 12 5 73 113
Binary 11100101 10100001 10011011 0 11110 100000 1010 101 111011 1001011

Color Harmonies of #E5A19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A19B

Black with #E5A19B

Text Example


Text Example

White with #E5A19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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