Html Css Color HEX #E89F9C Petite Orchid

📋 copy color: '#E89F9C'

red 232 ◦ green 159 ◦ blue 156

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

Shades of Petite Orchid #E89F9C

Tints of Petite Orchid #E89F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.52%

R = 42.41%
G = 29.07%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E89F9C (or 0xE89F9C) is known color: Petite Orchid. HEX triplet: E8, 9F and 9C. RGB value is (232,159,156). Sum of RGB (Red+Green+Blue) = 232+159+156=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 232 - color contains mainly: red. Hex color #E89F9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89F9C is #176063. Grayscale: #B4B4B4. Windows color (decimal): -1532004 or 10264552. OLE color: 10264552.

HSL color Cylindrical-coordinate representation of color #E89F9C: hue angle of 2.37º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E89F9C is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 159 156 -
CMYK 0 0.31 0.33 0.09
HSL 2.37º 0.62% 0.76% -
HSV(B) 2.37º 0.33% 0.91% -
XYZ 51.68 44.35 37.29 -
YUV 180.49 114.18 164.74 -
System Red Green Blue C M Y K H S L
Decimal 232 159 156 0 0.31 0.33 0.09 2.37 0.62 0.76
Hex E8 9F 9C 0 1F 21 9 2 3E 4C
Octal 350 237 234 0 37 41 11 2 76 114
Binary 11101000 10011111 10011100 0 11111 100001 1001 10 111110 1001100

Color Harmonies of #E89F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E89F9C

Black with #E89F9C

Text Example


Text Example

White with #E89F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E89F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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