Html Css Color HEX #E59D99 Petite Orchid

📋 copy color: '#E59D99'

red 229 ◦ green 157 ◦ blue 153

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

Shades of Petite Orchid #E59D99

Tints of Petite Orchid #E59D99

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.13%

 BLUE value IS 153 (60.16% from 255) = 28.39%

R = 42.49%
G = 29.13%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E59D99 (or 0xE59D99) is known color: Petite Orchid. HEX triplet: E5, 9D and 99. RGB value is (229,157,153). Sum of RGB (Red+Green+Blue) = 229+157+153=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E59D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59D99 is #1A6266. Grayscale: #B2B2B2. Windows color (decimal): -1729127 or 10067429. OLE color: 10067429.

HSL color Cylindrical-coordinate representation of color #E59D99: hue angle of 3.16º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E59D99 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 157 153 -
CMYK 0 0.31 0.33 0.10
HSL 3.16º 0.59% 0.75% -
HSV(B) 3.16º 0.33% 0.9% -
XYZ 50.12 43.07 35.81 -
YUV 178.07 113.85 164.33 -
System Red Green Blue C M Y K H S L
Decimal 229 157 153 0 0.31 0.33 0.10 3.16 0.59 0.75
Hex E5 9D 99 0 1F 21 A 3 3B 4B
Octal 345 235 231 0 37 41 12 3 73 113
Binary 11100101 10011101 10011001 0 11111 100001 1010 11 111011 1001011

Color Harmonies of #E59D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59D99

Black with #E59D99

Text Example


Text Example

White with #E59D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59D99; }

 p { color: rgb(229,157,153); }

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

background-color css

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

 a { background-color: rgb(229,157,153); }

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

border-color css

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

 span { border-color: rgb(229,157,153); }

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