#E29689

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

Shades of Petite Orchid #E29689

Tints of Petite Orchid #E29689

Color information

#E29689 (or 0xE29689) is unknown color: approx Petite Orchid. HEX triplet: E2, 96 and 89. RGB value is (226,150,137). Sum of RGB (Red+Green+Blue) = 226+150+137=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E29689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29689 is #1D6976. Grayscale: #ABABAB. Windows color (decimal): -1927543 or 9017058. OLE color: 9017058.

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

Color convert

RGB226150137-
CMYK00.340.390.11
HSL8.76º60.54%71.18%-
HSV(B)8.76º39.38%88.63%-
XYZ46.7939.7928.88-
YUV171.24108.68167.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.05%
GREEN value IS 150 (58.98% from 255) = 29.24%
BLUE value IS 137 (53.91% from 255) = 26.71%
R=44.05%
G=29.24%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615013700.340.390.118.7660.5471.18
HexE2968902227B93d47
Octal34222621104247131175107
Binary1110001010010110100010010100010100111101110011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29689; }

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

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

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

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

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

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

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

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