Html Css Color HEX #E09D95 Petite Orchid

📋 copy color: '#E09D95'

red 224 ◦ green 157 ◦ blue 149

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

Shades of Petite Orchid #E09D95

Tints of Petite Orchid #E09D95

RGB

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

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

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

R = 42.26%
G = 29.62%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E09D95 (or 0xE09D95) is known color: Petite Orchid. HEX triplet: E0, 9D and 95. RGB value is (224,157,149). Sum of RGB (Red+Green+Blue) = 224+157+149=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09D95 is #1F626A. Grayscale: #B0B0B0. Windows color (decimal): -2056811 or 9805280. OLE color: 9805280.

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

Color convert

RGB 224 157 149 -
CMYK 0 0.30 0.33 0.12
HSL 6.4º 0.55% 0.73% -
HSV(B) 6.4º 0.33% 0.88% -
XYZ 48.22 42.13 34.02 -
YUV 176.12 112.7 162.15 -
System Red Green Blue C M Y K H S L
Decimal 224 157 149 0 0.30 0.33 0.12 6.4 0.55 0.73
Hex E0 9D 95 0 1E 21 C 6 37 49
Octal 340 235 225 0 36 41 14 6 67 111
Binary 11100000 10011101 10010101 0 11110 100001 1100 110 110111 1001001

Color Harmonies of #E09D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09D95

Black with #E09D95

Text Example


Text Example

White with #E09D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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