Html Css Color HEX #E59894 Petite Orchid

📋 copy color: '#E59894'

red 229 ◦ green 152 ◦ blue 148

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

Shades of Petite Orchid #E59894

Tints of Petite Orchid #E59894

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.73%

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

R = 43.29%
G = 28.73%
B = 27.98%

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

#E59894 (or 0xE59894) is known color: Petite Orchid. HEX triplet: E5, 98 and 94. RGB value is (229,152,148). Sum of RGB (Red+Green+Blue) = 229+152+148=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E59894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59894 is #1A676B. Grayscale: #AEAEAE. Windows color (decimal): -1730412 or 9738469. OLE color: 9738469.

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

Color convert

RGB 229 152 148 -
CMYK 0 0.34 0.35 0.10
HSL 2.96º 0.61% 0.74% -
HSV(B) 2.96º 0.35% 0.9% -
XYZ 48.89 41.25 33.4 -
YUV 174.57 113.01 166.83 -
System Red Green Blue C M Y K H S L
Decimal 229 152 148 0 0.34 0.35 0.10 2.96 0.61 0.74
Hex E5 98 94 0 22 23 A 3 3D 4A
Octal 345 230 224 0 42 43 12 3 75 112
Binary 11100101 10011000 10010100 0 100010 100011 1010 11 111101 1001010

Color Harmonies of #E59894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59894

Black with #E59894

Text Example


Text Example

White with #E59894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59894; }

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

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

background-color css

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

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

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

border-color css

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

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

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