Html Css Color HEX #E7A199 Petite Orchid

📋 copy color: '#E7A199'

red 231 ◦ green 161 ◦ blue 153

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

Shades of Petite Orchid #E7A199

Tints of Petite Orchid #E7A199

RGB

 RED value IS 231 (90.63% from 255) = 42.39%

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

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

R = 42.39%
G = 29.54%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E7A199 (or 0xE7A199) is known color: Petite Orchid. HEX triplet: E7, A1 and 99. RGB value is (231,161,153). Sum of RGB (Red+Green+Blue) = 231+161+153=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A199 is #185E66. Grayscale: #B5B5B5. Windows color (decimal): -1597031 or 10068455. OLE color: 10068455.

HSL color Cylindrical-coordinate representation of color #E7A199: hue angle of 6.15º degrees, saturation: 0.62, 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 #E7A199 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 161 153 -
CMYK 0 0.30 0.34 0.09
HSL 6.15º 0.62% 0.75% -
HSV(B) 6.15º 0.34% 0.91% -
XYZ 51.45 44.78 36.07 -
YUV 181.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 231 161 153 0 0.30 0.34 0.09 6.15 0.62 0.75
Hex E7 A1 99 0 1E 22 9 6 3E 4B
Octal 347 241 231 0 36 42 11 6 76 113
Binary 11100111 10100001 10011001 0 11110 100010 1001 110 111110 1001011

Color Harmonies of #E7A199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A199

Black with #E7A199

Text Example


Text Example

White with #E7A199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A199; }

 p { color: rgb(231,161,153); }

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

background-color css

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

 a { background-color: rgb(231,161,153); }

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

border-color css

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

 span { border-color: rgb(231,161,153); }

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