#E2988F

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

Shades of Petite Orchid #E2988F

Tints of Petite Orchid #E2988F

Color information

#E2988F (or 0xE2988F) is unknown color: approx Petite Orchid. HEX triplet: E2, 98 and 8F. RGB value is (226,152,143). Sum of RGB (Red+Green+Blue) = 226+152+143=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E2988F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2988F is #1D6770. Grayscale: #ADADAD. Windows color (decimal): -1927025 or 9410786. OLE color: 9410786.

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

Color convert

RGB226152143-
CMYK00.330.370.11
HSL6.51º58.87%72.35%-
HSV(B)6.51º36.73%88.63%-
XYZ47.5540.6131.32-
YUV173.1111.02165.73-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.38%
GREEN value IS 152 (59.77% from 255) = 29.17%
BLUE value IS 143 (56.25% from 255) = 27.45%
R=43.38%
G=29.17%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615214300.330.370.116.5158.8772.35
HexE2988F02125B73b48
Octal3422302170414513773110
Binary111000101001100010001111010000110010110111111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2988F; }

 p { color: rgb(226,152,143); }

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

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

 a { background-color: rgb(226,152,143); }

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

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

 span { border-color: rgb(226,152,143); }

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