Html Css Color HEX #E59A97 Petite Orchid

📋 copy color: '#E59A97'

red 229 ◦ green 154 ◦ blue 151

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

Shades of Petite Orchid #E59A97

Tints of Petite Orchid #E59A97

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.84%

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

R = 42.88%
G = 28.84%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E59A97 (or 0xE59A97) is known color: Petite Orchid. HEX triplet: E5, 9A and 97. RGB value is (229,154,151). Sum of RGB (Red+Green+Blue) = 229+154+151=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E59A97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59A97 is #1A6568. Grayscale: #B0B0B0. Windows color (decimal): -1729897 or 9935589. OLE color: 9935589.

HSL color Cylindrical-coordinate representation of color #E59A97: hue angle of 2.31º 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 #E59A97 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 154 151 -
CMYK 0 0.33 0.34 0.10
HSL 2.31º 0.6% 0.75% -
HSV(B) 2.31º 0.34% 0.9% -
XYZ 49.45 42 34.78 -
YUV 176.08 113.85 165.74 -
System Red Green Blue C M Y K H S L
Decimal 229 154 151 0 0.33 0.34 0.10 2.31 0.6 0.75
Hex E5 9A 97 0 21 22 A 2 3C 4B
Octal 345 232 227 0 41 42 12 2 74 113
Binary 11100101 10011010 10010111 0 100001 100010 1010 10 111100 1001011

Color Harmonies of #E59A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59A97

Black with #E59A97

Text Example


Text Example

White with #E59A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59A97; }

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

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

background-color css

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

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

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

border-color css

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

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

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