Html Css Color HEX #E59D94 Petite Orchid

📋 copy color: '#E59D94'

red 229 ◦ green 157 ◦ blue 148

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

Shades of Petite Orchid #E59D94

Tints of Petite Orchid #E59D94

RGB

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

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

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

R = 42.88%
G = 29.4%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E59D94 (or 0xE59D94) is known color: Petite Orchid. HEX triplet: E5, 9D and 94. RGB value is (229,157,148). Sum of RGB (Red+Green+Blue) = 229+157+148=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E59D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59D94 is #1A626B. Grayscale: #B1B1B1. Windows color (decimal): -1729132 or 9739749. OLE color: 9739749.

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

Color convert

RGB 229 157 148 -
CMYK 0 0.31 0.35 0.10
HSL 6.67º 0.61% 0.74% -
HSV(B) 6.67º 0.35% 0.9% -
XYZ 49.72 42.91 33.68 -
YUV 177.5 111.35 164.73 -
System Red Green Blue C M Y K H S L
Decimal 229 157 148 0 0.31 0.35 0.10 6.67 0.61 0.74
Hex E5 9D 94 0 1F 23 A 7 3D 4A
Octal 345 235 224 0 37 43 12 7 75 112
Binary 11100101 10011101 10010100 0 11111 100011 1010 111 111101 1001010

Color Harmonies of #E59D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59D94

Black with #E59D94

Text Example


Text Example

White with #E59D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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