#E29287

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

Shades of Petite Orchid #E29287

Tints of Petite Orchid #E29287

Color information

#E29287 (or 0xE29287) is unknown color: approx Petite Orchid. HEX triplet: E2, 92 and 87. RGB value is (226,146,135). Sum of RGB (Red+Green+Blue) = 226+146+135=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 135 (53.12% from 255 or 26.63% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E29287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29287 is #1D6D78. Grayscale: #A8A8A8. Windows color (decimal): -1928569 or 8884962. OLE color: 8884962.

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

Color convert

RGB226146135-
CMYK00.350.400.11
HSL7.25º61.07%70.78%-
HSV(B)7.25º40.27%88.63%-
XYZ46.0238.4827.92-
YUV168.67109168.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.58%
GREEN value IS 146 (57.42% from 255) = 28.80%
BLUE value IS 135 (53.12% from 255) = 26.63%
R=44.58%
G=28.80%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614613500.350.400.117.2561.0770.78
HexE2928702328B73d47
Octal3422222070435013775107
Binary111000101001001010000111010001110100010111111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29287; }

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

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

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

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

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

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

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

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