Html Css Color HEX #E09A96 Petite Orchid

📋 copy color: '#E09A96'

red 224 ◦ green 154 ◦ blue 150

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

Shades of Petite Orchid #E09A96

Tints of Petite Orchid #E09A96

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.17%

 BLUE value IS 150 (58.98% from 255) = 28.41%

R = 42.42%
G = 29.17%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E09A96 (or 0xE09A96) is known color: Petite Orchid. HEX triplet: E0, 9A and 96. RGB value is (224,154,150). Sum of RGB (Red+Green+Blue) = 224+154+150=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09A96 is #1F6569. Grayscale: #AEAEAE. Windows color (decimal): -2057578 or 9870048. OLE color: 9870048.

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

Color convert

RGB 224 154 150 -
CMYK 0 0.31 0.33 0.12
HSL 3.24º 0.54% 0.73% -
HSV(B) 3.24º 0.33% 0.88% -
XYZ 47.8 41.16 34.28 -
YUV 174.47 114.19 163.33 -
System Red Green Blue C M Y K H S L
Decimal 224 154 150 0 0.31 0.33 0.12 3.24 0.54 0.73
Hex E0 9A 96 0 1F 21 C 3 36 49
Octal 340 232 226 0 37 41 14 3 66 111
Binary 11100000 10011010 10010110 0 11111 100001 1100 11 110110 1001001

Color Harmonies of #E09A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09A96

Black with #E09A96

Text Example


Text Example

White with #E09A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09A96; }

 p { color: rgb(224,154,150); }

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

background-color css

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

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

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

border-color css

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

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

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