Html Css Color HEX #E09F95 Petite Orchid

📋 copy color: '#E09F95'

red 224 ◦ green 159 ◦ blue 149

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

Shades of Petite Orchid #E09F95

Tints of Petite Orchid #E09F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.01%

R = 42.11%
G = 29.89%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E09F95 (or 0xE09F95) is known color: Petite Orchid. HEX triplet: E0, 9F and 95. RGB value is (224,159,149). Sum of RGB (Red+Green+Blue) = 224+159+149=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E09F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09F95 is #1F606A. Grayscale: #B1B1B1. Windows color (decimal): -2056299 or 9805792. OLE color: 9805792.

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

Color convert

RGB 224 159 149 -
CMYK 0 0.29 0.33 0.12
HSL 0.55% 0.73% -
HSV(B) 0.33% 0.88% -
XYZ 48.56 42.81 34.14 -
YUV 177.3 112.03 161.31 -
System Red Green Blue C M Y K H S L
Decimal 224 159 149 0 0.29 0.33 0.12 8 0.55 0.73
Hex E0 9F 95 0 1D 21 C 8 37 49
Octal 340 237 225 0 35 41 14 10 67 111
Binary 11100000 10011111 10010101 0 11101 100001 1100 1000 110111 1001001

Color Harmonies of #E09F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09F95

Black with #E09F95

Text Example


Text Example

White with #E09F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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