Html Css Color HEX #E7A09D Petite Orchid

📋 copy color: '#E7A09D'

red 231 ◦ green 160 ◦ blue 157

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

Shades of Petite Orchid #E7A09D

Tints of Petite Orchid #E7A09D

RGB

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

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

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

R = 42.15%
G = 29.2%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E7A09D (or 0xE7A09D) is known color: Petite Orchid. HEX triplet: E7, A0 and 9D. RGB value is (231,160,157). Sum of RGB (Red+Green+Blue) = 231+160+157=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A09D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A09D is #185F62. Grayscale: #B4B4B4. Windows color (decimal): -1597283 or 10330343. OLE color: 10330343.

HSL color Cylindrical-coordinate representation of color #E7A09D: hue angle of 2.43º 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 #E7A09D is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 160 157 -
CMYK 0 0.31 0.32 0.09
HSL 2.43º 0.61% 0.76% -
HSV(B) 2.43º 0.32% 0.91% -
XYZ 51.61 44.56 37.78 -
YUV 180.89 114.52 163.74 -
System Red Green Blue C M Y K H S L
Decimal 231 160 157 0 0.31 0.32 0.09 2.43 0.61 0.76
Hex E7 A0 9D 0 1F 20 9 2 3D 4C
Octal 347 240 235 0 37 40 11 2 75 114
Binary 11100111 10100000 10011101 0 11111 100000 1001 10 111101 1001100

Color Harmonies of #E7A09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A09D

Black with #E7A09D

Text Example


Text Example

White with #E7A09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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