#E29B95

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

Shades of Petite Orchid #E29B95

Tints of Petite Orchid #E29B95

Color information

#E29B95 (or 0xE29B95) is unknown color: approx Petite Orchid. HEX triplet: E2, 9B and 95. RGB value is (226,155,149). Sum of RGB (Red+Green+Blue) = 226+155+149=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E29B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29B95 is #1D646A. Grayscale: #AFAFAF. Windows color (decimal): -1926251 or 9804770. OLE color: 9804770.

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

Color convert

RGB226155149-
CMYK00.310.340.11
HSL4.68º57.04%73.53%-
HSV(B)4.68º34.07%88.63%-
XYZ48.5141.7833.94-
YUV175.54113.02163.99-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.64%
GREEN value IS 155 (60.94% from 255) = 29.25%
BLUE value IS 149 (58.59% from 255) = 28.11%
R=42.64%
G=29.25%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615514900.310.340.114.6857.0473.53
HexE29B9501F22B5394a
Octal3422332250374213571112
Binary11100010100110111001010101111110001010111011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29B95; }

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

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

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

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

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

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

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

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