Html Css Color HEX #E89D97 Petite Orchid

📋 copy color: '#E89D97'

red 232 ◦ green 157 ◦ blue 151

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

Shades of Petite Orchid #E89D97

Tints of Petite Orchid #E89D97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.96%

R = 42.96%
G = 29.07%
B = 27.96%

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

#E89D97 (or 0xE89D97) is known color: Petite Orchid. HEX triplet: E8, 9D and 97. RGB value is (232,157,151). Sum of RGB (Red+Green+Blue) = 232+157+151=540 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.96% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 232 - color contains mainly: red. Hex color #E89D97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89D97 is #176268. Grayscale: #B2B2B2. Windows color (decimal): -1532521 or 9936360. OLE color: 9936360.

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

Color convert

RGB 232 157 151 -
CMYK 0 0.32 0.35 0.09
HSL 4.44º 0.64% 0.75% -
HSV(B) 4.44º 0.35% 0.91% -
XYZ 50.92 43.5 34.99 -
YUV 178.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 232 157 151 0 0.32 0.35 0.09 4.44 0.64 0.75
Hex E8 9D 97 0 20 23 9 4 40 4B
Octal 350 235 227 0 40 43 11 4 100 113
Binary 11101000 10011101 10010111 0 100000 100011 1001 100 1000000 1001011

Color Harmonies of #E89D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89D97

Black with #E89D97

Text Example


Text Example

White with #E89D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89D97; }

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

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

background-color css

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

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

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

border-color css

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

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

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