Html Css Color HEX #E7A198 Petite Orchid

📋 copy color: '#E7A198'

red 231 ◦ green 161 ◦ blue 152

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

Shades of Petite Orchid #E7A198

Tints of Petite Orchid #E7A198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.94%

R = 42.46%
G = 29.6%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E7A198 (or 0xE7A198) is known color: Petite Orchid. HEX triplet: E7, A1 and 98. RGB value is (231,161,152). Sum of RGB (Red+Green+Blue) = 231+161+152=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A198 is #185E67. Grayscale: #B5B5B5. Windows color (decimal): -1597032 or 10002919. OLE color: 10002919.

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

Color convert

RGB 231 161 152 -
CMYK 0 0.30 0.34 0.09
HSL 6.84º 0.62% 0.75% -
HSV(B) 6.84º 0.34% 0.91% -
XYZ 51.37 44.75 35.64 -
YUV 180.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 231 161 152 0 0.30 0.34 0.09 6.84 0.62 0.75
Hex E7 A1 98 0 1E 22 9 7 3E 4B
Octal 347 241 230 0 36 42 11 7 76 113
Binary 11100111 10100001 10011000 0 11110 100010 1001 111 111110 1001011

Color Harmonies of #E7A198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A198

Black with #E7A198

Text Example


Text Example

White with #E7A198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A198; }

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

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

background-color css

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

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

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

border-color css

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

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

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