#E39288

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

Shades of Petite Orchid #E39288

Tints of Petite Orchid #E39288

Color information

#E39288 (or 0xE39288) is unknown color: approx Petite Orchid. HEX triplet: E3, 92 and 88. RGB value is (227,146,136). Sum of RGB (Red+Green+Blue) = 227+146+136=509 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.60% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 227 - color contains mainly: red. Hex color #E39288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39288 is #1C6D77. Grayscale: #A9A9A9. Windows color (decimal): -1863032 or 8950499. OLE color: 8950499.

HSL color Cylindrical-coordinate representation of color #E39288: hue angle of 6.59º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E39288 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB227146136-
CMYK00.360.400.11
HSL6.59º61.9%71.18%-
HSV(B)6.59º40.09%89.02%-
XYZ46.438.6728.31-
YUV169.08109.34169.31-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.60%
GREEN value IS 146 (57.42% from 255) = 28.68%
BLUE value IS 136 (53.52% from 255) = 26.72%
R=44.60%
G=28.68%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714613600.360.400.116.5961.971.18
HexE3928802428B73e47
Octal3432222100445013776107
Binary111000111001001010001000010010010100010111111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39288; }

 p { color: rgb(227,146,136); }

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

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

 a { background-color: rgb(227,146,136); }

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

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

 span { border-color: rgb(227,146,136); }

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