Html Css Color HEX #E59F96 Petite Orchid

📋 copy color: '#E59F96'

red 229 ◦ green 159 ◦ blue 150

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

Shades of Petite Orchid #E59F96

Tints of Petite Orchid #E59F96

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.55%

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

R = 42.57%
G = 29.55%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E59F96 (or 0xE59F96) is known color: Petite Orchid. HEX triplet: E5, 9F and 96. RGB value is (229,159,150). Sum of RGB (Red+Green+Blue) = 229+159+150=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E59F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59F96 is #1A6069. Grayscale: #B3B3B3. Windows color (decimal): -1728618 or 9871333. OLE color: 9871333.

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

Color convert

RGB 229 159 150 -
CMYK 0 0.31 0.34 0.10
HSL 6.84º 0.6% 0.74% -
HSV(B) 6.84º 0.34% 0.9% -
XYZ 50.22 43.66 34.63 -
YUV 178.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 229 159 150 0 0.31 0.34 0.10 6.84 0.6 0.74
Hex E5 9F 96 0 1F 22 A 7 3C 4A
Octal 345 237 226 0 37 42 12 7 74 112
Binary 11100101 10011111 10010110 0 11111 100010 1010 111 111100 1001010

Color Harmonies of #E59F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59F96

Black with #E59F96

Text Example


Text Example

White with #E59F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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