Html Css Color HEX #E7A19D Petite Orchid

📋 copy color: '#E7A19D'

red 231 ◦ green 161 ◦ blue 157

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

Shades of Petite Orchid #E7A19D

Tints of Petite Orchid #E7A19D

RGB

 RED value IS 231 (90.63% from 255) = 42.08%

 GREEN value IS 161 (63.28% from 255) = 29.33%

 BLUE value IS 157 (61.72% from 255) = 28.6%

R = 42.08%
G = 29.33%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E7A19D (or 0xE7A19D) is known color: Petite Orchid. HEX triplet: E7, A1 and 9D. RGB value is (231,161,157). Sum of RGB (Red+Green+Blue) = 231+161+157=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A19D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A19D is #185E62. Grayscale: #B5B5B5. Windows color (decimal): -1597027 or 10330599. OLE color: 10330599.

HSL color Cylindrical-coordinate representation of color #E7A19D: hue angle of 3.24º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7A19D is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 161 157 -
CMYK 0 0.30 0.32 0.09
HSL 3.24º 0.61% 0.76% -
HSV(B) 3.24º 0.32% 0.91% -
XYZ 51.79 44.91 37.84 -
YUV 181.47 114.19 163.33 -
System Red Green Blue C M Y K H S L
Decimal 231 161 157 0 0.30 0.32 0.09 3.24 0.61 0.76
Hex E7 A1 9D 0 1E 20 9 3 3D 4C
Octal 347 241 235 0 36 40 11 3 75 114
Binary 11100111 10100001 10011101 0 11110 100000 1001 11 111101 1001100

Color Harmonies of #E7A19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A19D

Black with #E7A19D

Text Example


Text Example

White with #E7A19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A19D; }

 p { color: rgb(231,161,157); }

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

background-color css

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

 a { background-color: rgb(231,161,157); }

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

border-color css

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

 span { border-color: rgb(231,161,157); }

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