Html Css Color HEX #E1A094 Petite Orchid

📋 copy color: '#E1A094'

red 225 ◦ green 160 ◦ blue 148

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

Shades of Petite Orchid #E1A094

Tints of Petite Orchid #E1A094

RGB

 RED value IS 225 (88.28% from 255) = 42.21%

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

 BLUE value IS 148 (58.2% from 255) = 27.77%

R = 42.21%
G = 30.02%
B = 27.77%

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

#E1A094 (or 0xE1A094) is known color: Petite Orchid. HEX triplet: E1, A0 and 94. RGB value is (225,160,148). Sum of RGB (Red+Green+Blue) = 225+160+148=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A094 is #1E5F6B. Grayscale: #B2B2B2. Windows color (decimal): -1990508 or 9740513. OLE color: 9740513.

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

Color convert

RGB 225 160 148 -
CMYK 0 0.29 0.34 0.12
HSL 9.35º 0.56% 0.73% -
HSV(B) 9.35º 0.34% 0.88% -
XYZ 48.97 43.29 33.79 -
YUV 178.07 111.03 161.48 -
System Red Green Blue C M Y K H S L
Decimal 225 160 148 0 0.29 0.34 0.12 9.35 0.56 0.73
Hex E1 A0 94 0 1D 22 C 9 38 49
Octal 341 240 224 0 35 42 14 11 70 111
Binary 11100001 10100000 10010100 0 11101 100010 1100 1001 111000 1001001

Color Harmonies of #E1A094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A094

Black with #E1A094

Text Example


Text Example

White with #E1A094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A094; }

 p { color: rgb(225,160,148); }

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

background-color css

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

 a { background-color: rgb(225,160,148); }

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

border-color css

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

 span { border-color: rgb(225,160,148); }

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