Html Css Color HEX #E59794 Petite Orchid

📋 copy color: '#E59794'

red 229 ◦ green 151 ◦ blue 148

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

Shades of Petite Orchid #E59794

Tints of Petite Orchid #E59794

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.6%

 BLUE value IS 148 (58.2% from 255) = 28.03%

R = 43.37%
G = 28.6%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E59794 (or 0xE59794) is known color: Petite Orchid. HEX triplet: E5, 97 and 94. RGB value is (229,151,148). Sum of RGB (Red+Green+Blue) = 229+151+148=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E59794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59794 is #1A686B. Grayscale: #AEAEAE. Windows color (decimal): -1730668 or 9738213. OLE color: 9738213.

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

Color convert

RGB 229 151 148 -
CMYK 0 0.34 0.35 0.10
HSL 2.22º 0.61% 0.74% -
HSV(B) 2.22º 0.35% 0.9% -
XYZ 48.73 40.93 33.35 -
YUV 173.98 113.34 167.24 -
System Red Green Blue C M Y K H S L
Decimal 229 151 148 0 0.34 0.35 0.10 2.22 0.61 0.74
Hex E5 97 94 0 22 23 A 2 3D 4A
Octal 345 227 224 0 42 43 12 2 75 112
Binary 11100101 10010111 10010100 0 100010 100011 1010 10 111101 1001010

Color Harmonies of #E59794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59794

Black with #E59794

Text Example


Text Example

White with #E59794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59794; }

 p { color: rgb(229,151,148); }

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

background-color css

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

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

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

border-color css

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

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

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