Html Css Color HEX #E09B9A Petite Orchid

📋 copy color: '#E09B9A'

red 224 ◦ green 155 ◦ blue 154

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

Shades of Petite Orchid #E09B9A

Tints of Petite Orchid #E09B9A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.08%

 BLUE value IS 154 (60.55% from 255) = 28.89%

R = 42.03%
G = 29.08%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E09B9A (or 0xE09B9A) is known color: Petite Orchid. HEX triplet: E0, 9B and 9A. RGB value is (224,155,154). Sum of RGB (Red+Green+Blue) = 224+155+154=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E09B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09B9A is #1F6465. Grayscale: #AFAFAF. Windows color (decimal): -2057318 or 10132448. OLE color: 10132448.

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

Color convert

RGB 224 155 154 -
CMYK 0 0.31 0.31 0.12
HSL 0.86º 0.53% 0.74% -
HSV(B) 0.86º 0.31% 0.88% -
XYZ 48.29 41.62 36.06 -
YUV 175.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 224 155 154 0 0.31 0.31 0.12 0.86 0.53 0.74
Hex E0 9B 9A 0 1F 1F C 1 35 4A
Octal 340 233 232 0 37 37 14 1 65 112
Binary 11100000 10011011 10011010 0 11111 11111 1100 1 110101 1001010

Color Harmonies of #E09B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09B9A

Black with #E09B9A

Text Example


Text Example

White with #E09B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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