Html Css Color HEX #E89D96 Petite Orchid

📋 copy color: '#E89D96'

red 232 ◦ green 157 ◦ blue 150

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

Shades of Petite Orchid #E89D96

Tints of Petite Orchid #E89D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.83%

R = 43.04%
G = 29.13%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E89D96 (or 0xE89D96) is known color: Petite Orchid. HEX triplet: E8, 9D and 96. RGB value is (232,157,150). Sum of RGB (Red+Green+Blue) = 232+157+150=539 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.04% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 232 - color contains mainly: red. Hex color #E89D96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89D96 is #176269. Grayscale: #B2B2B2. Windows color (decimal): -1532522 or 9870824. OLE color: 9870824.

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

Color convert

RGB 232 157 150 -
CMYK 0 0.32 0.35 0.09
HSL 5.12º 0.64% 0.75% -
HSV(B) 5.12º 0.35% 0.91% -
XYZ 50.84 43.47 34.57 -
YUV 178.63 111.85 166.07 -
System Red Green Blue C M Y K H S L
Decimal 232 157 150 0 0.32 0.35 0.09 5.12 0.64 0.75
Hex E8 9D 96 0 20 23 9 5 40 4B
Octal 350 235 226 0 40 43 11 5 100 113
Binary 11101000 10011101 10010110 0 100000 100011 1001 101 1000000 1001011

Color Harmonies of #E89D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89D96

Black with #E89D96

Text Example


Text Example

White with #E89D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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