#E19E9C

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

Shades of Petite Orchid #E19E9C

Tints of Petite Orchid #E19E9C

Color information

#E19E9C (or 0xE19E9C) is unknown color: approx Petite Orchid. HEX triplet: E1, 9E and 9C. RGB value is (225,158,156). Sum of RGB (Red+Green+Blue) = 225+158+156=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E19E9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19E9C is #1E6163. Grayscale: #B1B1B1. Windows color (decimal): -1991012 or 10264289. OLE color: 10264289.

HSL color Cylindrical-coordinate representation of color #E19E9C: hue angle of 1.74º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E19E9C is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB225158156-
CMYK00.300.310.12
HSL1.74º53.49%74.71%-
HSV(B)1.74º30.67%88.24%-
XYZ49.2842.8637.13-
YUV177.8115.7161.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.74%
GREEN value IS 158 (62.11% from 255) = 29.31%
BLUE value IS 156 (61.33% from 255) = 28.94%
R=41.74%
G=29.31%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515815600.300.310.121.7453.4974.71
HexE19E9C01E1FC2354b
Octal3412362340363714265113
Binary111000011001111010011100011110111111100101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19E9C; }

 p { color: rgb(225,158,156); }

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

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

 a { background-color: rgb(225,158,156); }

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

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

 span { border-color: rgb(225,158,156); }

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