#E39595

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

Shades of Petite Orchid #E39595

Tints of Petite Orchid #E39595

Color information

#E39595 (or 0xE39595) is unknown color: approx Petite Orchid. HEX triplet: E3, 95 and 95. RGB value is (227,149,149). Sum of RGB (Red+Green+Blue) = 227+149+149=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 227 - color contains mainly: red. Hex color #E39595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39595 is #1C6A6A. Grayscale: #ACACAC. Windows color (decimal): -1862251 or 9803235. OLE color: 9803235.

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

Color convert

RGB227149149-
CMYK00.340.340.11
HSL58.21%73.73%-
HSV(B)34.36%89.02%-
XYZ47.854033.63-
YUV172.32114.84167-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.24%
GREEN value IS 149 (58.59% from 255) = 28.38%
BLUE value IS 149 (58.59% from 255) = 28.38%
R=43.24%
G=28.38%
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
Decimal22714914900.340.340.11058.2173.73
HexE3959502222B03a4a
Octal3432252250424213072112
Binary1110001110010101100101010100010100010101101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39595; }

 p { color: rgb(227,149,149); }

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

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

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

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

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

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

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