Html Css Color HEX #E59892 Petite Orchid

📋 copy color: '#E59892'

red 229 ◦ green 152 ◦ blue 146

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

Shades of Petite Orchid #E59892

Tints of Petite Orchid #E59892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.7%

R = 43.45%
G = 28.84%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E59892 (or 0xE59892) is known color: Petite Orchid. HEX triplet: E5, 98 and 92. RGB value is (229,152,146). Sum of RGB (Red+Green+Blue) = 229+152+146=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 229 - color contains mainly: red. Hex color #E59892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59892 is #1A676D. Grayscale: #AEAEAE. Windows color (decimal): -1730414 or 9607397. OLE color: 9607397.

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

Color convert

RGB 229 152 146 -
CMYK 0 0.34 0.36 0.10
HSL 4.34º 0.61% 0.74% -
HSV(B) 4.34º 0.36% 0.9% -
XYZ 48.73 41.19 32.58 -
YUV 174.34 112.01 166.99 -
System Red Green Blue C M Y K H S L
Decimal 229 152 146 0 0.34 0.36 0.10 4.34 0.61 0.74
Hex E5 98 92 0 22 24 A 4 3D 4A
Octal 345 230 222 0 42 44 12 4 75 112
Binary 11100101 10011000 10010010 0 100010 100100 1010 100 111101 1001010

Color Harmonies of #E59892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59892

Black with #E59892

Text Example


Text Example

White with #E59892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59892; }

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

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

background-color css

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

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

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

border-color css

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

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

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