#E39A8E

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

Shades of Petite Orchid #E39A8E

Tints of Petite Orchid #E39A8E

Color information

#E39A8E (or 0xE39A8E) is unknown color: approx Petite Orchid. HEX triplet: E3, 9A and 8E. RGB value is (227,154,142). Sum of RGB (Red+Green+Blue) = 227+154+142=523 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.40% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 227 - color contains mainly: red. Hex color #E39A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39A8E is #1C6571. Grayscale: #AEAEAE. Windows color (decimal): -1860978 or 9345763. OLE color: 9345763.

HSL color Cylindrical-coordinate representation of color #E39A8E: hue angle of 8.47º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E39A8E is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB227154142-
CMYK00.320.370.11
HSL8.47º60.28%72.35%-
HSV(B)8.47º37.44%89.02%-
XYZ48.1241.431.05-
YUV174.46109.68165.48-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.40%
GREEN value IS 154 (60.55% from 255) = 29.45%
BLUE value IS 142 (55.86% from 255) = 27.15%
R=43.40%
G=29.45%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715414200.320.370.118.4760.2872.35
HexE39A8E02025B83c48
Octal34323221604045131074110
Binary1110001110011010100011100100000100101101110001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39A8E; }

 p { color: rgb(227,154,142); }

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

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

 a { background-color: rgb(227,154,142); }

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

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

 span { border-color: rgb(227,154,142); }

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