Html Css Color HEX #E09797 Petite Orchid

📋 copy color: '#E09797'

red 224 ◦ green 151 ◦ blue 151

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

Shades of Petite Orchid #E09797

Tints of Petite Orchid #E09797

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.71%

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

R = 42.59%
G = 28.71%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E09797 (or 0xE09797) is known color: Petite Orchid. HEX triplet: E0, 97 and 97. RGB value is (224,151,151). Sum of RGB (Red+Green+Blue) = 224+151+151=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E09797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09797 is #1F6868. Grayscale: #ACACAC. Windows color (decimal): -2058345 or 9934816. OLE color: 9934816.

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

Color convert

RGB 224 151 151 -
CMYK 0 0.33 0.33 0.12
HSL 0.54% 0.74% -
HSV(B) 0.33% 0.88% -
XYZ 47.39 40.21 34.54 -
YUV 172.83 115.68 164.5 -
System Red Green Blue C M Y K H S L
Decimal 224 151 151 0 0.33 0.33 0.12 0 0.54 0.74
Hex E0 97 97 0 21 21 C 0 36 4A
Octal 340 227 227 0 41 41 14 0 66 112
Binary 11100000 10010111 10010111 0 100001 100001 1100 0 110110 1001010

Color Harmonies of #E09797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09797

Black with #E09797

Text Example


Text Example

White with #E09797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09797; }

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

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

background-color css

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

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

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

border-color css

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

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

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