Html Css Color HEX #E59C91 Petite Orchid

📋 copy color: '#E59C91'

red 229 ◦ green 156 ◦ blue 145

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

Shades of Petite Orchid #E59C91

Tints of Petite Orchid #E59C91

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.43%

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

R = 43.21%
G = 29.43%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E59C91 (or 0xE59C91) is known color: Petite Orchid. HEX triplet: E5, 9C and 91. RGB value is (229,156,145). Sum of RGB (Red+Green+Blue) = 229+156+145=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E59C91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59C91 is #1A636E. Grayscale: #B0B0B0. Windows color (decimal): -1729391 or 9542885. OLE color: 9542885.

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

Color convert

RGB 229 156 145 -
CMYK 0 0.32 0.37 0.10
HSL 7.86º 0.62% 0.73% -
HSV(B) 7.86º 0.37% 0.9% -
XYZ 49.31 42.48 32.39 -
YUV 176.57 110.18 165.39 -
System Red Green Blue C M Y K H S L
Decimal 229 156 145 0 0.32 0.37 0.10 7.86 0.62 0.73
Hex E5 9C 91 0 20 25 A 8 3E 49
Octal 345 234 221 0 40 45 12 10 76 111
Binary 11100101 10011100 10010001 0 100000 100101 1010 1000 111110 1001001

Color Harmonies of #E59C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59C91

Black with #E59C91

Text Example


Text Example

White with #E59C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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