Html Css Color HEX #E09C9B Petite Orchid

📋 copy color: '#E09C9B'

red 224 ◦ green 156 ◦ blue 155

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

Shades of Petite Orchid #E09C9B

Tints of Petite Orchid #E09C9B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.16%

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

R = 41.87%
G = 29.16%
B = 28.97%

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

#E09C9B (or 0xE09C9B) is known color: Petite Orchid. HEX triplet: E0, 9C and 9B. RGB value is (224,156,155). Sum of RGB (Red+Green+Blue) = 224+156+155=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E09C9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09C9B is #1F6364. Grayscale: #B0B0B0. Windows color (decimal): -2057061 or 10198240. OLE color: 10198240.

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

Color convert

RGB 224 156 155 -
CMYK 0 0.30 0.31 0.12
HSL 0.87º 0.53% 0.74% -
HSV(B) 0.87º 0.31% 0.88% -
XYZ 48.55 41.99 36.56 -
YUV 176.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 224 156 155 0 0.30 0.31 0.12 0.87 0.53 0.74
Hex E0 9C 9B 0 1E 1F C 1 35 4A
Octal 340 234 233 0 36 37 14 1 65 112
Binary 11100000 10011100 10011011 0 11110 11111 1100 1 110101 1001010

Color Harmonies of #E09C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09C9B

Black with #E09C9B

Text Example


Text Example

White with #E09C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09C9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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