Html Css Color HEX #E89D95 Petite Orchid

📋 copy color: '#E89D95'

red 232 ◦ green 157 ◦ blue 149

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

Shades of Petite Orchid #E89D95

Tints of Petite Orchid #E89D95

RGB

 RED value IS 232 (91.02% from 255) = 43.12%

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

 BLUE value IS 149 (58.59% from 255) = 27.7%

R = 43.12%
G = 29.18%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E89D95 (or 0xE89D95) is known color: Petite Orchid. HEX triplet: E8, 9D and 95. RGB value is (232,157,149). Sum of RGB (Red+Green+Blue) = 232+157+149=538 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.12% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 232 - color contains mainly: red. Hex color #E89D95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89D95 is #17626A. Grayscale: #B2B2B2. Windows color (decimal): -1532523 or 9805288. OLE color: 9805288.

HSL color Cylindrical-coordinate representation of color #E89D95: hue angle of 5.78º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E89D95 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 157 149 -
CMYK 0 0.32 0.36 0.09
HSL 5.78º 0.64% 0.75% -
HSV(B) 5.78º 0.36% 0.91% -
XYZ 50.76 43.44 34.14 -
YUV 178.51 111.35 166.15 -
System Red Green Blue C M Y K H S L
Decimal 232 157 149 0 0.32 0.36 0.09 5.78 0.64 0.75
Hex E8 9D 95 0 20 24 9 6 40 4B
Octal 350 235 225 0 40 44 11 6 100 113
Binary 11101000 10011101 10010101 0 100000 100100 1001 110 1000000 1001011

Color Harmonies of #E89D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89D95

Black with #E89D95

Text Example


Text Example

White with #E89D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89D95; }

 p { color: rgb(232,157,149); }

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

background-color css

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

 a { background-color: rgb(232,157,149); }

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

border-color css

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

 span { border-color: rgb(232,157,149); }

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