Html Css Color HEX #E59896 Petite Orchid

📋 copy color: '#E59896'

red 229 ◦ green 152 ◦ blue 150

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

Shades of Petite Orchid #E59896

Tints of Petite Orchid #E59896

RGB

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

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

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

R = 43.13%
G = 28.63%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E59896 (or 0xE59896) is known color: Petite Orchid. HEX triplet: E5, 98 and 96. RGB value is (229,152,150). Sum of RGB (Red+Green+Blue) = 229+152+150=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E59896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59896 is #1A6769. Grayscale: #AEAEAE. Windows color (decimal): -1730410 or 9869541. OLE color: 9869541.

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

Color convert

RGB 229 152 150 -
CMYK 0 0.34 0.34 0.10
HSL 1.52º 0.6% 0.74% -
HSV(B) 1.52º 0.34% 0.9% -
XYZ 49.05 41.32 34.24 -
YUV 174.8 114.01 166.66 -
System Red Green Blue C M Y K H S L
Decimal 229 152 150 0 0.34 0.34 0.10 1.52 0.6 0.74
Hex E5 98 96 0 22 22 A 2 3C 4A
Octal 345 230 226 0 42 42 12 2 74 112
Binary 11100101 10011000 10010110 0 100010 100010 1010 10 111100 1001010

Color Harmonies of #E59896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59896

Black with #E59896

Text Example


Text Example

White with #E59896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59896; }

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

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

background-color css

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

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

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

border-color css

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

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

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