Html Css Color HEX #E59C96 Petite Orchid

📋 copy color: '#E59C96'

red 229 ◦ green 156 ◦ blue 150

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

Shades of Petite Orchid #E59C96

Tints of Petite Orchid #E59C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.04%

R = 42.8%
G = 29.16%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E59C96 (or 0xE59C96) is known color: Petite Orchid. HEX triplet: E5, 9C and 96. RGB value is (229,156,150). Sum of RGB (Red+Green+Blue) = 229+156+150=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E59C96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59C96 is #1A6369. Grayscale: #B1B1B1. Windows color (decimal): -1729386 or 9870565. OLE color: 9870565.

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

Color convert

RGB 229 156 150 -
CMYK 0 0.32 0.34 0.10
HSL 4.56º 0.6% 0.74% -
HSV(B) 4.56º 0.34% 0.9% -
XYZ 49.71 42.64 34.46 -
YUV 177.14 112.68 164.99 -
System Red Green Blue C M Y K H S L
Decimal 229 156 150 0 0.32 0.34 0.10 4.56 0.6 0.74
Hex E5 9C 96 0 20 22 A 5 3C 4A
Octal 345 234 226 0 40 42 12 5 74 112
Binary 11100101 10011100 10010110 0 100000 100010 1010 101 111100 1001010

Color Harmonies of #E59C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59C96

Black with #E59C96

Text Example


Text Example

White with #E59C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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