#E29088

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

Shades of Petite Orchid #E29088

Tints of Petite Orchid #E29088

Color information

#E29088 (or 0xE29088) is unknown color: approx Petite Orchid. HEX triplet: E2, 90 and 88. RGB value is (226,144,136). Sum of RGB (Red+Green+Blue) = 226+144+136=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E29088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29088 is #1D6F77. Grayscale: #A7A7A7. Windows color (decimal): -1929080 or 8949986. OLE color: 8949986.

HSL color Cylindrical-coordinate representation of color #E29088: hue angle of 5.33º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E29088 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB226144136-
CMYK00.360.400.11
HSL5.33º60.81%70.98%-
HSV(B)5.33º39.82%88.63%-
XYZ45.7837.8928.19-
YUV167.61110.17169.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.66%
GREEN value IS 144 (56.64% from 255) = 28.46%
BLUE value IS 136 (53.52% from 255) = 26.88%
R=44.66%
G=28.46%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614413600.360.400.115.3360.8170.98
HexE2908802428B53d47
Octal3422202100445013575107
Binary111000101001000010001000010010010100010111011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29088; }

 p { color: rgb(226,144,136); }

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

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

 a { background-color: rgb(226,144,136); }

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

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

 span { border-color: rgb(226,144,136); }

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