Html Css Color HEX #E09D8F Petite Orchid

📋 copy color: '#E09D8F'

red 224 ◦ green 157 ◦ blue 143

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

Shades of Petite Orchid #E09D8F

Tints of Petite Orchid #E09D8F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.96%

 BLUE value IS 143 (56.25% from 255) = 27.29%

R = 42.75%
G = 29.96%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E09D8F (or 0xE09D8F) is known color: Petite Orchid. HEX triplet: E0, 9D and 8F. RGB value is (224,157,143). Sum of RGB (Red+Green+Blue) = 224+157+143=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09D8F is #1F6270. Grayscale: #AFAFAF. Windows color (decimal): -2056817 or 9412064. OLE color: 9412064.

HSL color Cylindrical-coordinate representation of color #E09D8F: hue angle of 10.37º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E09D8F is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 157 143 -
CMYK 0 0.30 0.36 0.12
HSL 10.37º 0.57% 0.72% -
HSV(B) 10.37º 0.36% 0.88% -
XYZ 47.76 41.94 31.57 -
YUV 175.44 109.7 162.64 -
System Red Green Blue C M Y K H S L
Decimal 224 157 143 0 0.30 0.36 0.12 10.37 0.57 0.72
Hex E0 9D 8F 0 1E 24 C A 39 48
Octal 340 235 217 0 36 44 14 12 71 110
Binary 11100000 10011101 10001111 0 11110 100100 1100 1010 111001 1001000

Color Harmonies of #E09D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09D8F

Black with #E09D8F

Text Example


Text Example

White with #E09D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09D8F; }

 p { color: rgb(224,157,143); }

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

background-color css

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

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

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

border-color css

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

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

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