Html Css Color HEX #E59791 Petite Orchid

📋 copy color: '#E59791'

red 229 ◦ green 151 ◦ blue 145

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

Shades of Petite Orchid #E59791

Tints of Petite Orchid #E59791

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.76%

 BLUE value IS 145 (57.03% from 255) = 27.62%

R = 43.62%
G = 28.76%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E59791 (or 0xE59791) is known color: Petite Orchid. HEX triplet: E5, 97 and 91. RGB value is (229,151,145). Sum of RGB (Red+Green+Blue) = 229+151+145=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E59791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59791 is #1A686E. Grayscale: #ADADAD. Windows color (decimal): -1730671 or 9541605. OLE color: 9541605.

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

Color convert

RGB 229 151 145 -
CMYK 0 0.34 0.37 0.10
HSL 4.29º 0.62% 0.73% -
HSV(B) 4.29º 0.37% 0.9% -
XYZ 48.49 40.84 32.11 -
YUV 173.64 111.84 167.49 -
System Red Green Blue C M Y K H S L
Decimal 229 151 145 0 0.34 0.37 0.10 4.29 0.62 0.73
Hex E5 97 91 0 22 25 A 4 3E 49
Octal 345 227 221 0 42 45 12 4 76 111
Binary 11100101 10010111 10010001 0 100010 100101 1010 100 111110 1001001

Color Harmonies of #E59791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59791

Black with #E59791

Text Example


Text Example

White with #E59791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59791; }

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

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

background-color css

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

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

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

border-color css

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

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

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