#E09688

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

Shades of Petite Orchid #E09688

Tints of Petite Orchid #E09688

Color information

#E09688 (or 0xE09688) is unknown color: approx Petite Orchid. HEX triplet: E0, 96 and 88. RGB value is (224,150,136). Sum of RGB (Red+Green+Blue) = 224+150+136=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E09688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09688 is #1F6977. Grayscale: #AAAAAA. Windows color (decimal): -2058616 or 8951520. OLE color: 8951520.

HSL color Cylindrical-coordinate representation of color #E09688: hue angle of 9.55º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E09688 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB224150136-
CMYK00.330.390.12
HSL9.55º58.67%70.59%-
HSV(B)9.55º39.29%87.84%-
XYZ46.0939.4428.48-
YUV170.53108.52166.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.92%
GREEN value IS 150 (58.98% from 255) = 29.41%
BLUE value IS 136 (53.52% from 255) = 26.67%
R=43.92%
G=29.41%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415013600.330.390.129.5558.6770.59
HexE0968802127Ca3b47
Octal34022621004147141273107
Binary1110000010010110100010000100001100111110010101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09688; }

 p { color: rgb(224,150,136); }

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

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

 a { background-color: rgb(224,150,136); }

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

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

 span { border-color: rgb(224,150,136); }

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