#E29695

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

Shades of Petite Orchid #E29695

Tints of Petite Orchid #E29695

Color information

#E29695 (or 0xE29695) is unknown color: approx Petite Orchid. HEX triplet: E2, 96 and 95. RGB value is (226,150,149). Sum of RGB (Red+Green+Blue) = 226+150+149=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E29695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29695 is #1D696A. Grayscale: #ACACAC. Windows color (decimal): -1927531 or 9803490. OLE color: 9803490.

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

Color convert

RGB226150149-
CMYK00.340.340.11
HSL0.78º57.04%73.53%-
HSV(B)0.78º34.07%88.63%-
XYZ47.740.1533.67-
YUV172.61114.68166.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.05%
GREEN value IS 150 (58.98% from 255) = 28.57%
BLUE value IS 149 (58.59% from 255) = 28.38%
R=43.05%
G=28.57%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615014900.340.340.110.7857.0473.53
HexE2969502222B1394a
Octal3422262250424213171112
Binary1110001010010110100101010100010100010101111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29695; }

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

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

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

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

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

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

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

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