#E5998F

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

Shades of Petite Orchid #E5998F

Tints of Petite Orchid #E5998F

Color information

#E5998F (or 0xE5998F) is unknown color: approx Petite Orchid. HEX triplet: E5, 99 and 8F. RGB value is (229,153,143). Sum of RGB (Red+Green+Blue) = 229+153+143=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 143 (56.25% from 255 or 27.24% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E5998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5998F is #1A6670. Grayscale: #AEAEAE. Windows color (decimal): -1730161 or 9411045. OLE color: 9411045.

HSL color Cylindrical-coordinate representation of color #E5998F: hue angle of 6.98º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5998F is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB229153143-
CMYK00.330.380.10
HSL6.98º62.32%72.94%-
HSV(B)6.98º37.55%89.8%-
XYZ48.6641.4231.42-
YUV174.58110.18166.81-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.62%
GREEN value IS 153 (60.16% from 255) = 29.14%
BLUE value IS 143 (56.25% from 255) = 27.24%
R=43.62%
G=29.14%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915314300.330.380.106.9862.3272.94
HexE5998F02126A73e49
Octal3452312170414612776111
Binary111001011001100110001111010000110011010101111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5998F; }

 p { color: rgb(229,153,143); }

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

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

 a { background-color: rgb(229,153,143); }

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

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

 span { border-color: rgb(229,153,143); }

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