Html Css Color HEX #E09F9F Petite Orchid

📋 copy color: '#E09F9F'

red 224 ◦ green 159 ◦ blue 159

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

Shades of Petite Orchid #E09F9F

Tints of Petite Orchid #E09F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.34%

R = 41.33%
G = 29.34%
B = 29.34%

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

#E09F9F (or 0xE09F9F) is known color: Petite Orchid. HEX triplet: E0, 9F and 9F. RGB value is (224,159,159). Sum of RGB (Red+Green+Blue) = 224+159+159=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E09F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09F9F is #1F6060. Grayscale: #B2B2B2. Windows color (decimal): -2056289 or 10461152. OLE color: 10461152.

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

Color convert

RGB 224 159 159 -
CMYK 0 0.29 0.29 0.12
HSL 0.51% 0.75% -
HSV(B) 0.29% 0.88% -
XYZ 49.4 43.15 38.53 -
YUV 178.44 117.03 160.5 -
System Red Green Blue C M Y K H S L
Decimal 224 159 159 0 0.29 0.29 0.12 0 0.51 0.75
Hex E0 9F 9F 0 1D 1D C 0 33 4B
Octal 340 237 237 0 35 35 14 0 63 113
Binary 11100000 10011111 10011111 0 11101 11101 1100 0 110011 1001011

Color Harmonies of #E09F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09F9F

Black with #E09F9F

Text Example


Text Example

White with #E09F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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