Html Css Color HEX #E09997 Petite Orchid

📋 copy color: '#E09997'

red 224 ◦ green 153 ◦ blue 151

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

Shades of Petite Orchid #E09997

Tints of Petite Orchid #E09997

RGB

 RED value IS 224 (87.89% from 255) = 42.42%

 GREEN value IS 153 (60.16% from 255) = 28.98%

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

R = 42.42%
G = 28.98%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E09997 (or 0xE09997) is known color: Petite Orchid. HEX triplet: E0, 99 and 97. RGB value is (224,153,151). Sum of RGB (Red+Green+Blue) = 224+153+151=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 151 (59.38% from 255 or 28.60% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E09997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09997 is #1F6668. Grayscale: #AEAEAE. Windows color (decimal): -2057833 or 9935328. OLE color: 9935328.

HSL color Cylindrical-coordinate representation of color #E09997: hue angle of 1.64º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E09997 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 153 151 -
CMYK 0 0.32 0.33 0.12
HSL 1.64º 0.54% 0.74% -
HSV(B) 1.64º 0.33% 0.88% -
XYZ 47.72 40.86 34.65 -
YUV 174 115.02 163.66 -
System Red Green Blue C M Y K H S L
Decimal 224 153 151 0 0.32 0.33 0.12 1.64 0.54 0.74
Hex E0 99 97 0 20 21 C 2 36 4A
Octal 340 231 227 0 40 41 14 2 66 112
Binary 11100000 10011001 10010111 0 100000 100001 1100 10 110110 1001010

Color Harmonies of #E09997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09997

Black with #E09997

Text Example


Text Example

White with #E09997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09997; }

 p { color: rgb(224,153,151); }

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

background-color css

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

 a { background-color: rgb(224,153,151); }

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

border-color css

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

 span { border-color: rgb(224,153,151); }

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