Html Css Color HEX #E09F98 Petite Orchid

📋 copy color: '#E09F98'

red 224 ◦ green 159 ◦ blue 152

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

Shades of Petite Orchid #E09F98

Tints of Petite Orchid #E09F98

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.72%

 BLUE value IS 152 (59.77% from 255) = 28.41%

R = 41.87%
G = 29.72%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E09F98 (or 0xE09F98) is known color: Petite Orchid. HEX triplet: E0, 9F and 98. RGB value is (224,159,152). Sum of RGB (Red+Green+Blue) = 224+159+152=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E09F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09F98 is #1F6067. Grayscale: #B1B1B1. Windows color (decimal): -2056296 or 10002400. OLE color: 10002400.

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

Color convert

RGB 224 159 152 -
CMYK 0 0.29 0.32 0.12
HSL 5.83º 0.54% 0.74% -
HSV(B) 5.83º 0.32% 0.88% -
XYZ 48.81 42.91 35.42 -
YUV 177.64 113.53 161.07 -
System Red Green Blue C M Y K H S L
Decimal 224 159 152 0 0.29 0.32 0.12 5.83 0.54 0.74
Hex E0 9F 98 0 1D 20 C 6 36 4A
Octal 340 237 230 0 35 40 14 6 66 112
Binary 11100000 10011111 10011000 0 11101 100000 1100 110 110110 1001010

Color Harmonies of #E09F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09F98

Black with #E09F98

Text Example


Text Example

White with #E09F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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