Html Css Color HEX #E89F96 Petite Orchid

📋 copy color: '#E89F96'

red 232 ◦ green 159 ◦ blue 150

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

Shades of Petite Orchid #E89F96

Tints of Petite Orchid #E89F96

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.39%

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

R = 42.88%
G = 29.39%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E89F96 (or 0xE89F96) is known color: Petite Orchid. HEX triplet: E8, 9F and 96. RGB value is (232,159,150). Sum of RGB (Red+Green+Blue) = 232+159+150=541 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.88% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 232 - color contains mainly: red. Hex color #E89F96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89F96 is #176069. Grayscale: #B3B3B3. Windows color (decimal): -1532010 or 9871336. OLE color: 9871336.

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

Color convert

RGB 232 159 150 -
CMYK 0 0.31 0.35 0.09
HSL 6.59º 0.64% 0.75% -
HSV(B) 6.59º 0.35% 0.91% -
XYZ 51.18 44.15 34.68 -
YUV 179.8 111.18 165.23 -
System Red Green Blue C M Y K H S L
Decimal 232 159 150 0 0.31 0.35 0.09 6.59 0.64 0.75
Hex E8 9F 96 0 1F 23 9 7 40 4B
Octal 350 237 226 0 37 43 11 7 100 113
Binary 11101000 10011111 10010110 0 11111 100011 1001 111 1000000 1001011

Color Harmonies of #E89F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89F96

Black with #E89F96

Text Example


Text Example

White with #E89F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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