Html Css Color HEX #E8A099 Petite Orchid

📋 copy color: '#E8A099'

red 232 ◦ green 160 ◦ blue 153

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

Shades of Petite Orchid #E8A099

Tints of Petite Orchid #E8A099

RGB

 RED value IS 232 (91.02% from 255) = 42.57%

 GREEN value IS 160 (62.89% from 255) = 29.36%

 BLUE value IS 153 (60.16% from 255) = 28.07%

R = 42.57%
G = 29.36%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E8A099 (or 0xE8A099) is known color: Petite Orchid. HEX triplet: E8, A0 and 99. RGB value is (232,160,153). Sum of RGB (Red+Green+Blue) = 232+160+153=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A099 is #175F66. Grayscale: #B4B4B4. Windows color (decimal): -1531751 or 10068200. OLE color: 10068200.

HSL color Cylindrical-coordinate representation of color #E8A099: hue angle of 5.32º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E8A099 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 160 153 -
CMYK 0 0.31 0.34 0.09
HSL 5.32º 0.63% 0.75% -
HSV(B) 5.32º 0.34% 0.91% -
XYZ 51.6 44.6 36.03 -
YUV 180.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 232 160 153 0 0.31 0.34 0.09 5.32 0.63 0.75
Hex E8 A0 99 0 1F 22 9 5 3F 4B
Octal 350 240 231 0 37 42 11 5 77 113
Binary 11101000 10100000 10011001 0 11111 100010 1001 101 111111 1001011

Color Harmonies of #E8A099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A099

Black with #E8A099

Text Example


Text Example

White with #E8A099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A099; }

 p { color: rgb(232,160,153); }

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

background-color css

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

 a { background-color: rgb(232,160,153); }

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

border-color css

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

 span { border-color: rgb(232,160,153); }

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