Html Css Color HEX #E59A91 Petite Orchid

📋 copy color: '#E59A91'

red 229 ◦ green 154 ◦ blue 145

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

Shades of Petite Orchid #E59A91

Tints of Petite Orchid #E59A91

RGB

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

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

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

R = 43.37%
G = 29.17%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E59A91 (or 0xE59A91) is known color: Petite Orchid. HEX triplet: E5, 9A and 91. RGB value is (229,154,145). Sum of RGB (Red+Green+Blue) = 229+154+145=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E59A91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59A91 is #1A656E. Grayscale: #AFAFAF. Windows color (decimal): -1729903 or 9542373. OLE color: 9542373.

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

Color convert

RGB 229 154 145 -
CMYK 0 0.33 0.37 0.10
HSL 6.43º 0.62% 0.73% -
HSV(B) 6.43º 0.37% 0.9% -
XYZ 48.98 41.81 32.28 -
YUV 175.4 110.85 166.23 -
System Red Green Blue C M Y K H S L
Decimal 229 154 145 0 0.33 0.37 0.10 6.43 0.62 0.73
Hex E5 9A 91 0 21 25 A 6 3E 49
Octal 345 232 221 0 41 45 12 6 76 111
Binary 11100101 10011010 10010001 0 100001 100101 1010 110 111110 1001001

Color Harmonies of #E59A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59A91

Black with #E59A91

Text Example


Text Example

White with #E59A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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