Html Css Color HEX #E59999 Petite Orchid

📋 copy color: '#E59999'

red 229 ◦ green 153 ◦ blue 153

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

Shades of Petite Orchid #E59999

Tints of Petite Orchid #E59999

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.6%

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

R = 42.8%
G = 28.6%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E59999 (or 0xE59999) is known color: Petite Orchid. HEX triplet: E5, 99 and 99. RGB value is (229,153,153). Sum of RGB (Red+Green+Blue) = 229+153+153=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E59999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59999 is #1A6666. Grayscale: #AFAFAF. Windows color (decimal): -1730151 or 10066405. OLE color: 10066405.

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

Color convert

RGB 229 153 153 -
CMYK 0 0.33 0.33 0.10
HSL 0.59% 0.75% -
HSV(B) 0.33% 0.9% -
XYZ 49.45 41.74 35.59 -
YUV 175.72 115.18 166 -
System Red Green Blue C M Y K H S L
Decimal 229 153 153 0 0.33 0.33 0.10 0 0.59 0.75
Hex E5 99 99 0 21 21 A 0 3B 4B
Octal 345 231 231 0 41 41 12 0 73 113
Binary 11100101 10011001 10011001 0 100001 100001 1010 0 111011 1001011

Color Harmonies of #E59999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59999

Black with #E59999

Text Example


Text Example

White with #E59999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59999; }

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

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

background-color css

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

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

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

border-color css

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

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

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