Html Css Color HEX #E59A8F Petite Orchid

📋 copy color: '#E59A8F'

red 229 ◦ green 154 ◦ blue 143

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

Shades of Petite Orchid #E59A8F

Tints of Petite Orchid #E59A8F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.28%

 BLUE value IS 143 (56.25% from 255) = 27.19%

R = 43.54%
G = 29.28%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E59A8F (or 0xE59A8F) is known color: Petite Orchid. HEX triplet: E5, 9A and 8F. RGB value is (229,154,143). Sum of RGB (Red+Green+Blue) = 229+154+143=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E59A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59A8F is #1A6570. Grayscale: #AFAFAF. Windows color (decimal): -1729905 or 9411301. OLE color: 9411301.

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

Color convert

RGB 229 154 143 -
CMYK 0 0.33 0.38 0.10
HSL 7.67º 0.62% 0.73% -
HSV(B) 7.67º 0.38% 0.9% -
XYZ 48.83 41.75 31.47 -
YUV 175.17 109.85 166.39 -
System Red Green Blue C M Y K H S L
Decimal 229 154 143 0 0.33 0.38 0.10 7.67 0.62 0.73
Hex E5 9A 8F 0 21 26 A 8 3E 49
Octal 345 232 217 0 41 46 12 10 76 111
Binary 11100101 10011010 10001111 0 100001 100110 1010 1000 111110 1001001

Color Harmonies of #E59A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59A8F

Black with #E59A8F

Text Example


Text Example

White with #E59A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59A8F; }

 p { color: rgb(229,154,143); }

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

background-color css

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

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

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

border-color css

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

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

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