#E99F98

Color #E99F98 Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #E99F98

Tints of Petite Orchid #E99F98

Color information

#E99F98 (or 0xE99F98) is unknown color: approx Petite Orchid. HEX triplet: E9, 9F and 98. RGB value is (233,159,152). Sum of RGB (Red+Green+Blue) = 233+159+152=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E99F98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99F98 is #166067. Grayscale: #B4B4B4. Windows color (decimal): -1466472 or 10002409. OLE color: 10002409.

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

Color convert

RGB233159152-
CMYK00.320.350.09
HSL5.19º64.8%75.49%-
HSV(B)5.19º34.76%91.37%-
XYZ51.6744.3935.55-
YUV180.33112.02165.57-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.83%
GREEN value IS 159 (62.5% from 255) = 29.23%
BLUE value IS 152 (59.77% from 255) = 27.94%
R=42.83%
G=29.23%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315915200.320.350.095.1964.875.49
HexE99F980202395414b
Octal35123723004043115101113
Binary1110100110011111100110000100000100011100110110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99F98; }

 p { color: rgb(233,159,152); }

 H1.HeaderClassName
 {
   color: #E99F98;
 }
 .AnyTagClassName
 {
   color: #E99F98;
 }
</style>
background-color css

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

 a { background-color: rgb(233,159,152); }

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

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

 span { border-color: rgb(233,159,152); }

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