#E2998D

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

Shades of Petite Orchid #E2998D

Tints of Petite Orchid #E2998D

Color information

#E2998D (or 0xE2998D) is unknown color: approx Petite Orchid. HEX triplet: E2, 99 and 8D. RGB value is (226,153,141). Sum of RGB (Red+Green+Blue) = 226+153+141=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E2998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2998D is #1D6672. Grayscale: #ADADAD. Windows color (decimal): -1926771 or 9279970. OLE color: 9279970.

HSL color Cylindrical-coordinate representation of color #E2998D: hue angle of 8.47º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2998D is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB226153141-
CMYK00.320.380.11
HSL8.47º59.44%71.96%-
HSV(B)8.47º37.61%88.63%-
XYZ47.5640.8730.58-
YUV173.46109.68165.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.46%
GREEN value IS 153 (60.16% from 255) = 29.42%
BLUE value IS 141 (55.47% from 255) = 27.12%
R=43.46%
G=29.42%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615314100.320.380.118.4759.4471.96
HexE2998D02026B83b48
Octal34223121504046131073110
Binary1110001010011001100011010100000100110101110001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2998D; }

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

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

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

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

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

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

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

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