Html Css Color HEX #E09A92 Petite Orchid

📋 copy color: '#E09A92'

red 224 ◦ green 154 ◦ blue 146

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

Shades of Petite Orchid #E09A92

Tints of Petite Orchid #E09A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.86%

R = 42.75%
G = 29.39%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E09A92 (or 0xE09A92) is known color: Petite Orchid. HEX triplet: E0, 9A and 92. RGB value is (224,154,146). Sum of RGB (Red+Green+Blue) = 224+154+146=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09A92 is #1F656D. Grayscale: #AEAEAE. Windows color (decimal): -2057582 or 9607904. OLE color: 9607904.

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

Color convert

RGB 224 154 146 -
CMYK 0 0.31 0.35 0.12
HSL 6.15º 0.56% 0.73% -
HSV(B) 6.15º 0.35% 0.88% -
XYZ 47.48 41.03 32.61 -
YUV 174.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 224 154 146 0 0.31 0.35 0.12 6.15 0.56 0.73
Hex E0 9A 92 0 1F 23 C 6 38 49
Octal 340 232 222 0 37 43 14 6 70 111
Binary 11100000 10011010 10010010 0 11111 100011 1100 110 111000 1001001

Color Harmonies of #E09A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09A92

Black with #E09A92

Text Example


Text Example

White with #E09A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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