#E29894

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

Shades of Petite Orchid #E29894

Tints of Petite Orchid #E29894

Color information

#E29894 (or 0xE29894) is unknown color: approx Petite Orchid. HEX triplet: E2, 98 and 94. RGB value is (226,152,148). Sum of RGB (Red+Green+Blue) = 226+152+148=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E29894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29894 is #1D676B. Grayscale: #ADADAD. Windows color (decimal): -1927020 or 9738466. OLE color: 9738466.

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

Color convert

RGB226152148-
CMYK00.330.350.11
HSL3.08º57.35%73.33%-
HSV(B)3.08º34.51%88.63%-
XYZ47.9440.7633.36-
YUV173.67113.52165.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.97%
GREEN value IS 152 (59.77% from 255) = 28.90%
BLUE value IS 148 (58.20% from 255) = 28.14%
R=42.97%
G=28.90%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615214800.330.350.113.0857.3573.33
HexE2989402123B33949
Octal3422302240414313371111
Binary11100010100110001001010001000011000111011111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29894; }

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

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

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

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

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

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

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

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