Html Css Color HEX #E09D9B Petite Orchid

📋 copy color: '#E09D9B'

red 224 ◦ green 157 ◦ blue 155

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

Shades of Petite Orchid #E09D9B

Tints of Petite Orchid #E09D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.92%

R = 41.79%
G = 29.29%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E09D9B (or 0xE09D9B) is known color: Petite Orchid. HEX triplet: E0, 9D and 9B. RGB value is (224,157,155). Sum of RGB (Red+Green+Blue) = 224+157+155=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09D9B is #1F6264. Grayscale: #B0B0B0. Windows color (decimal): -2056805 or 10198496. OLE color: 10198496.

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

Color convert

RGB 224 157 155 -
CMYK 0 0.30 0.31 0.12
HSL 1.74º 0.53% 0.74% -
HSV(B) 1.74º 0.31% 0.88% -
XYZ 48.71 42.33 36.61 -
YUV 176.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 224 157 155 0 0.30 0.31 0.12 1.74 0.53 0.74
Hex E0 9D 9B 0 1E 1F C 2 35 4A
Octal 340 235 233 0 36 37 14 2 65 112
Binary 11100000 10011101 10011011 0 11110 11111 1100 10 110101 1001010

Color Harmonies of #E09D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09D9B

Black with #E09D9B

Text Example


Text Example

White with #E09D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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