#E29B9A

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

Shades of Petite Orchid #E29B9A

Tints of Petite Orchid #E29B9A

Color information

#E29B9A (or 0xE29B9A) is unknown color: approx Petite Orchid. HEX triplet: E2, 9B and 9A. RGB value is (226,155,154). Sum of RGB (Red+Green+Blue) = 226+155+154=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E29B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29B9A is #1D6465. Grayscale: #B0B0B0. Windows color (decimal): -1926246 or 10132450. OLE color: 10132450.

HSL color Cylindrical-coordinate representation of color #E29B9A: hue angle of 0.83º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E29B9A is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB226155154-
CMYK00.310.320.11
HSL0.83º55.38%74.51%-
HSV(B)0.83º31.86%88.63%-
XYZ48.9241.9436.09-
YUV176.12115.52163.58-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.24%
GREEN value IS 155 (60.94% from 255) = 28.97%
BLUE value IS 154 (60.55% from 255) = 28.79%
R=42.24%
G=28.97%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615515400.310.320.110.8355.3874.51
HexE29B9A01F20B1374b
Octal3422332320374013167113
Binary111000101001101110011010011111100000101111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29B9A; }

 p { color: rgb(226,155,154); }

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

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

 a { background-color: rgb(226,155,154); }

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

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

 span { border-color: rgb(226,155,154); }

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