Html Css Color HEX #E09A99 Petite Orchid

📋 copy color: '#E09A99'

red 224 ◦ green 154 ◦ blue 153

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

Shades of Petite Orchid #E09A99

Tints of Petite Orchid #E09A99

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29%

 BLUE value IS 153 (60.16% from 255) = 28.81%

R = 42.18%
G = 29%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E09A99 (or 0xE09A99) is known color: Petite Orchid. HEX triplet: E0, 9A and 99. RGB value is (224,154,153). Sum of RGB (Red+Green+Blue) = 224+154+153=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09A99 is #1F6566. Grayscale: #AEAEAE. Windows color (decimal): -2057575 or 10066656. OLE color: 10066656.

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

Color convert

RGB 224 154 153 -
CMYK 0 0.31 0.32 0.12
HSL 0.85º 0.53% 0.74% -
HSV(B) 0.85º 0.32% 0.88% -
XYZ 48.05 41.26 35.57 -
YUV 174.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 224 154 153 0 0.31 0.32 0.12 0.85 0.53 0.74
Hex E0 9A 99 0 1F 20 C 1 35 4A
Octal 340 232 231 0 37 40 14 1 65 112
Binary 11100000 10011010 10011001 0 11111 100000 1100 1 110101 1001010

Color Harmonies of #E09A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09A99

Black with #E09A99

Text Example


Text Example

White with #E09A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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