Html Css Color HEX #E0A093 Petite Orchid

📋 copy color: '#E0A093'

red 224 ◦ green 160 ◦ blue 147

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

Shades of Petite Orchid #E0A093

Tints of Petite Orchid #E0A093

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.13%

 BLUE value IS 147 (57.81% from 255) = 27.68%

R = 42.18%
G = 30.13%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E0A093 (or 0xE0A093) is known color: Petite Orchid. HEX triplet: E0, A0 and 93. RGB value is (224,160,147). Sum of RGB (Red+Green+Blue) = 224+160+147=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A093 is #1F5F6C. Grayscale: #B1B1B1. Windows color (decimal): -2056045 or 9674976. OLE color: 9674976.

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

Color convert

RGB 224 160 147 -
CMYK 0 0.29 0.34 0.12
HSL 10.13º 0.55% 0.73% -
HSV(B) 10.13º 0.34% 0.88% -
XYZ 48.58 43.1 33.36 -
YUV 177.65 110.7 161.06 -
System Red Green Blue C M Y K H S L
Decimal 224 160 147 0 0.29 0.34 0.12 10.13 0.55 0.73
Hex E0 A0 93 0 1D 22 C A 37 49
Octal 340 240 223 0 35 42 14 12 67 111
Binary 11100000 10100000 10010011 0 11101 100010 1100 1010 110111 1001001

Color Harmonies of #E0A093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A093

Black with #E0A093

Text Example


Text Example

White with #E0A093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A093; }

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

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

background-color css

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

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

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

border-color css

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

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

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