Html Css Color HEX #E7A29A Petite Orchid

📋 copy color: '#E7A29A'

red 231 ◦ green 162 ◦ blue 154

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

Shades of Petite Orchid #E7A29A

Tints of Petite Orchid #E7A29A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.62%

 BLUE value IS 154 (60.55% from 255) = 28.15%

R = 42.23%
G = 29.62%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E7A29A (or 0xE7A29A) is known color: Petite Orchid. HEX triplet: E7, A2 and 9A. RGB value is (231,162,154). Sum of RGB (Red+Green+Blue) = 231+162+154=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 162 (63.67% from 255 or 29.62% from 547); Blue value is 154 (60.55% from 255 or 28.15% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A29A is #185D65. Grayscale: #B5B5B5. Windows color (decimal): -1596774 or 10134247. OLE color: 10134247.

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

Color convert

RGB 231 162 154 -
CMYK 0 0.30 0.33 0.09
HSL 6.23º 0.62% 0.75% -
HSV(B) 6.23º 0.33% 0.91% -
XYZ 51.71 45.16 36.56 -
YUV 181.72 112.36 163.15 -
System Red Green Blue C M Y K H S L
Decimal 231 162 154 0 0.30 0.33 0.09 6.23 0.62 0.75
Hex E7 A2 9A 0 1E 21 9 6 3E 4B
Octal 347 242 232 0 36 41 11 6 76 113
Binary 11100111 10100010 10011010 0 11110 100001 1001 110 111110 1001011

Color Harmonies of #E7A29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A29A

Black with #E7A29A

Text Example


Text Example

White with #E7A29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A29A; }

 p { color: rgb(231,162,154); }

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

background-color css

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

 a { background-color: rgb(231,162,154); }

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

border-color css

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

 span { border-color: rgb(231,162,154); }

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