Html Css Color HEX #E09F94 Petite Orchid

📋 copy color: '#E09F94'

red 224 ◦ green 159 ◦ blue 148

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

Shades of Petite Orchid #E09F94

Tints of Petite Orchid #E09F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.87%

R = 42.18%
G = 29.94%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E09F94 (or 0xE09F94) is known color: Petite Orchid. HEX triplet: E0, 9F and 94. RGB value is (224,159,148). Sum of RGB (Red+Green+Blue) = 224+159+148=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E09F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09F94 is #1F606B. Grayscale: #B1B1B1. Windows color (decimal): -2056300 or 9740256. OLE color: 9740256.

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

Color convert

RGB 224 159 148 -
CMYK 0 0.29 0.34 0.12
HSL 8.68º 0.55% 0.73% -
HSV(B) 8.68º 0.34% 0.88% -
XYZ 48.48 42.78 33.72 -
YUV 177.18 111.53 161.39 -
System Red Green Blue C M Y K H S L
Decimal 224 159 148 0 0.29 0.34 0.12 8.68 0.55 0.73
Hex E0 9F 94 0 1D 22 C 9 37 49
Octal 340 237 224 0 35 42 14 11 67 111
Binary 11100000 10011111 10010100 0 11101 100010 1100 1001 110111 1001001

Color Harmonies of #E09F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09F94

Black with #E09F94

Text Example


Text Example

White with #E09F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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