Html Css Color HEX #E7A097 Petite Orchid

📋 copy color: '#E7A097'

red 231 ◦ green 160 ◦ blue 151

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

Shades of Petite Orchid #E7A097

Tints of Petite Orchid #E7A097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.86%

R = 42.62%
G = 29.52%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E7A097 (or 0xE7A097) is known color: Petite Orchid. HEX triplet: E7, A0 and 97. RGB value is (231,160,151). Sum of RGB (Red+Green+Blue) = 231+160+151=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 151 (59.38% from 255 or 27.86% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A097 is #185F68. Grayscale: #B4B4B4. Windows color (decimal): -1597289 or 9937127. OLE color: 9937127.

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

Color convert

RGB 231 160 151 -
CMYK 0 0.31 0.35 0.09
HSL 6.75º 0.63% 0.75% -
HSV(B) 6.75º 0.35% 0.91% -
XYZ 51.11 44.36 35.15 -
YUV 180.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 231 160 151 0 0.31 0.35 0.09 6.75 0.63 0.75
Hex E7 A0 97 0 1F 23 9 7 3E 4B
Octal 347 240 227 0 37 43 11 7 76 113
Binary 11100111 10100000 10010111 0 11111 100011 1001 111 111110 1001011

Color Harmonies of #E7A097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A097

Black with #E7A097

Text Example


Text Example

White with #E7A097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A097; }

 p { color: rgb(231,160,151); }

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

background-color css

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

 a { background-color: rgb(231,160,151); }

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

border-color css

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

 span { border-color: rgb(231,160,151); }

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