#E29188

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

Shades of Petite Orchid #E29188

Tints of Petite Orchid #E29188

Color information

#E29188 (or 0xE29188) is unknown color: approx Petite Orchid. HEX triplet: E2, 91 and 88. RGB value is (226,145,136). Sum of RGB (Red+Green+Blue) = 226+145+136=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E29188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29188 is #1D6E77. Grayscale: #A8A8A8. Windows color (decimal): -1928824 or 8950242. OLE color: 8950242.

HSL color Cylindrical-coordinate representation of color #E29188: hue angle of 6º 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 #E29188 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB226145136-
CMYK00.360.400.11
HSL60.81%70.98%-
HSV(B)39.82%88.63%-
XYZ45.9338.228.24-
YUV168.19109.84169.23-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.58%
GREEN value IS 145 (57.03% from 255) = 28.60%
BLUE value IS 136 (53.52% from 255) = 26.82%
R=44.58%
G=28.60%
B=26.82%

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
Decimal22614513600.360.400.11660.8170.98
HexE2918802428B63d47
Octal3422212100445013675107
Binary111000101001000110001000010010010100010111101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29188; }

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

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

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

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

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

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

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

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