Html Css Color HEX #E09F9E Petite Orchid

📋 copy color: '#E09F9E'

red 224 ◦ green 159 ◦ blue 158

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

Shades of Petite Orchid #E09F9E

Tints of Petite Orchid #E09F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.21%

R = 41.4%
G = 29.39%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E09F9E (or 0xE09F9E) is known color: Petite Orchid. HEX triplet: E0, 9F and 9E. RGB value is (224,159,158). Sum of RGB (Red+Green+Blue) = 224+159+158=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 158 (62.11% from 255 or 29.21% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E09F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09F9E is #1F6061. Grayscale: #B2B2B2. Windows color (decimal): -2056290 or 10395616. OLE color: 10395616.

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

Color convert

RGB 224 159 158 -
CMYK 0 0.29 0.29 0.12
HSL 0.91º 0.52% 0.75% -
HSV(B) 0.91º 0.29% 0.88% -
XYZ 49.31 43.11 38.07 -
YUV 178.32 116.53 160.58 -
System Red Green Blue C M Y K H S L
Decimal 224 159 158 0 0.29 0.29 0.12 0.91 0.52 0.75
Hex E0 9F 9E 0 1D 1D C 1 34 4B
Octal 340 237 236 0 35 35 14 1 64 113
Binary 11100000 10011111 10011110 0 11101 11101 1100 1 110100 1001011

Color Harmonies of #E09F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09F9E

Black with #E09F9E

Text Example


Text Example

White with #E09F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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