Html Css Color HEX #E09897 Petite Orchid

📋 copy color: '#E09897'

red 224 ◦ green 152 ◦ blue 151

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

Shades of Petite Orchid #E09897

Tints of Petite Orchid #E09897

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.84%

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

R = 42.5%
G = 28.84%
B = 28.65%

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

#E09897 (or 0xE09897) is known color: Petite Orchid. HEX triplet: E0, 98 and 97. RGB value is (224,152,151). Sum of RGB (Red+Green+Blue) = 224+152+151=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E09897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09897 is #1F6768. Grayscale: #ADADAD. Windows color (decimal): -2058089 or 9935072. OLE color: 9935072.

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

Color convert

RGB 224 152 151 -
CMYK 0 0.32 0.33 0.12
HSL 0.82º 0.54% 0.74% -
HSV(B) 0.82º 0.33% 0.88% -
XYZ 47.55 40.54 34.6 -
YUV 173.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 224 152 151 0 0.32 0.33 0.12 0.82 0.54 0.74
Hex E0 98 97 0 20 21 C 1 36 4A
Octal 340 230 227 0 40 41 14 1 66 112
Binary 11100000 10011000 10010111 0 100000 100001 1100 1 110110 1001010

Color Harmonies of #E09897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09897

Black with #E09897

Text Example


Text Example

White with #E09897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09897; }

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

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

background-color css

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

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

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

border-color css

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

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

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