Html Css Color HEX #E59891 Petite Orchid

📋 copy color: '#E59891'

red 229 ◦ green 152 ◦ blue 145

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

Shades of Petite Orchid #E59891

Tints of Petite Orchid #E59891

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.9%

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

R = 43.54%
G = 28.9%
B = 27.57%

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

#E59891 (or 0xE59891) is known color: Petite Orchid. HEX triplet: E5, 98 and 91. RGB value is (229,152,145). Sum of RGB (Red+Green+Blue) = 229+152+145=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E59891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59891 is #1A676E. Grayscale: #AEAEAE. Windows color (decimal): -1730415 or 9541861. OLE color: 9541861.

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

Color convert

RGB 229 152 145 -
CMYK 0 0.34 0.37 0.10
HSL 0.62% 0.73% -
HSV(B) 0.37% 0.9% -
XYZ 48.65 41.16 32.17 -
YUV 174.23 111.51 167.07 -
System Red Green Blue C M Y K H S L
Decimal 229 152 145 0 0.34 0.37 0.10 5 0.62 0.73
Hex E5 98 91 0 22 25 A 5 3E 49
Octal 345 230 221 0 42 45 12 5 76 111
Binary 11100101 10011000 10010001 0 100010 100101 1010 101 111110 1001001

Color Harmonies of #E59891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59891

Black with #E59891

Text Example


Text Example

White with #E59891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59891; }

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

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

background-color css

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

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

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

border-color css

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

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

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