Html Css Color HEX #E59D97 Petite Orchid

📋 copy color: '#E59D97'

red 229 ◦ green 157 ◦ blue 151

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

Shades of Petite Orchid #E59D97

Tints of Petite Orchid #E59D97

RGB

 RED value IS 229 (89.84% from 255) = 42.64%

 GREEN value IS 157 (61.72% from 255) = 29.24%

 BLUE value IS 151 (59.38% from 255) = 28.12%

R = 42.64%
G = 29.24%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E59D97 (or 0xE59D97) is known color: Petite Orchid. HEX triplet: E5, 9D and 97. RGB value is (229,157,151). Sum of RGB (Red+Green+Blue) = 229+157+151=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 151 (59.38% from 255 or 28.12% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E59D97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59D97 is #1A6268. Grayscale: #B1B1B1. Windows color (decimal): -1729129 or 9936357. OLE color: 9936357.

HSL color Cylindrical-coordinate representation of color #E59D97: hue angle of 4.62º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E59D97 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 157 151 -
CMYK 0 0.31 0.34 0.10
HSL 4.62º 0.6% 0.75% -
HSV(B) 4.62º 0.34% 0.9% -
XYZ 49.96 43.01 34.95 -
YUV 177.84 112.85 164.49 -
System Red Green Blue C M Y K H S L
Decimal 229 157 151 0 0.31 0.34 0.10 4.62 0.6 0.75
Hex E5 9D 97 0 1F 22 A 5 3C 4B
Octal 345 235 227 0 37 42 12 5 74 113
Binary 11100101 10011101 10010111 0 11111 100010 1010 101 111100 1001011

Color Harmonies of #E59D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59D97

Black with #E59D97

Text Example


Text Example

White with #E59D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59D97; }

 p { color: rgb(229,157,151); }

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

background-color css

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

 a { background-color: rgb(229,157,151); }

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

border-color css

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

 span { border-color: rgb(229,157,151); }

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