Html Css Color HEX #E09392 Petite Orchid

📋 copy color: '#E09392'

red 224 ◦ green 147 ◦ blue 146

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

Shades of Petite Orchid #E09392

Tints of Petite Orchid #E09392

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.43%

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

R = 43.33%
G = 28.43%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E09392 (or 0xE09392) is known color: Petite Orchid. HEX triplet: E0, 93 and 92. RGB value is (224,147,146). Sum of RGB (Red+Green+Blue) = 224+147+146=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E09392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09392 is #1F6C6D. Grayscale: #A9A9A9. Windows color (decimal): -2059374 or 9606112. OLE color: 9606112.

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

Color convert

RGB 224 147 146 -
CMYK 0 0.34 0.35 0.12
HSL 0.77º 0.56% 0.73% -
HSV(B) 0.77º 0.35% 0.88% -
XYZ 46.36 38.79 32.24 -
YUV 169.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 224 147 146 0 0.34 0.35 0.12 0.77 0.56 0.73
Hex E0 93 92 0 22 23 C 1 38 49
Octal 340 223 222 0 42 43 14 1 70 111
Binary 11100000 10010011 10010010 0 100010 100011 1100 1 111000 1001001

Color Harmonies of #E09392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09392

Black with #E09392

Text Example


Text Example

White with #E09392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09392; }

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

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

background-color css

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

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

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

border-color css

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

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

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