#E0998D

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

Shades of Petite Orchid #E0998D

Tints of Petite Orchid #E0998D

Color information

#E0998D (or 0xE0998D) is unknown color: approx Petite Orchid. HEX triplet: E0, 99 and 8D. RGB value is (224,153,141). Sum of RGB (Red+Green+Blue) = 224+153+141=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 224 - color contains mainly: red. Hex color #E0998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0998D is #1F6672. Grayscale: #ACACAC. Windows color (decimal): -2057843 or 9279968. OLE color: 9279968.

HSL color Cylindrical-coordinate representation of color #E0998D: hue angle of 8.67º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0998D is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB224153141-
CMYK00.320.370.12
HSL8.67º57.24%71.57%-
HSV(B)8.67º37.05%87.84%-
XYZ46.9440.5530.55-
YUV172.86110.02164.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.24%
GREEN value IS 153 (60.16% from 255) = 29.54%
BLUE value IS 141 (55.47% from 255) = 27.22%
R=43.24%
G=29.54%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415314100.320.370.128.6757.2471.57
HexE0998D02025C93948
Octal34023121504045141171110
Binary1110000010011001100011010100000100101110010011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0998D; }

 p { color: rgb(224,153,141); }

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

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

 a { background-color: rgb(224,153,141); }

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

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

 span { border-color: rgb(224,153,141); }

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