#E29087

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

Shades of Petite Orchid #E29087

Tints of Petite Orchid #E29087

Color information

#E29087 (or 0xE29087) is unknown color: approx Petite Orchid. HEX triplet: E2, 90 and 87. RGB value is (226,144,135). Sum of RGB (Red+Green+Blue) = 226+144+135=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E29087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29087 is #1D6F78. Grayscale: #A7A7A7. Windows color (decimal): -1929081 or 8884450. OLE color: 8884450.

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

Color convert

RGB226144135-
CMYK00.360.400.11
HSL5.93º61.07%70.78%-
HSV(B)5.93º40.27%88.63%-
XYZ45.7137.8627.82-
YUV167.49109.67169.73-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.75%
GREEN value IS 144 (56.64% from 255) = 28.51%
BLUE value IS 135 (53.12% from 255) = 26.73%
R=44.75%
G=28.51%
B=26.73%

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
Decimal22614413500.360.400.115.9361.0770.78
HexE2908702428B63d47
Octal3422202070445013675107
Binary111000101001000010000111010010010100010111101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29087; }

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

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

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

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

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

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

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

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