#E19695

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

Shades of Petite Orchid #E19695

Tints of Petite Orchid #E19695

Color information

#E19695 (or 0xE19695) is unknown color: approx Petite Orchid. HEX triplet: E1, 96 and 95. RGB value is (225,150,149). Sum of RGB (Red+Green+Blue) = 225+150+149=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E19695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19695 is #1E696A. Grayscale: #ACACAC. Windows color (decimal): -1993067 or 9803489. OLE color: 9803489.

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

Color convert

RGB225150149-
CMYK00.330.340.12
HSL0.79º55.88%73.33%-
HSV(B)0.79º33.78%88.24%-
XYZ47.3839.9933.66-
YUV172.31114.85165.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.94%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 149 (58.59% from 255) = 28.44%
R=42.94%
G=28.63%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515014900.330.340.120.7955.8873.33
HexE1969502122C13849
Octal3412262250414214170111
Binary1110000110010110100101010100001100010110011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19695; }

 p { color: rgb(225,150,149); }

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

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

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

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

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

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

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