#E19692

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

Shades of Petite Orchid #E19692

Tints of Petite Orchid #E19692

Color information

#E19692 (or 0xE19692) is unknown color: approx Petite Orchid. HEX triplet: E1, 96 and 92. RGB value is (225,150,146). Sum of RGB (Red+Green+Blue) = 225+150+146=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E19692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19692 is #1E696D. Grayscale: #ACACAC. Windows color (decimal): -1993070 or 9606881. OLE color: 9606881.

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

Color convert

RGB225150146-
CMYK00.330.350.12
HSL3.04º56.83%72.75%-
HSV(B)3.04º35.11%88.24%-
XYZ47.1539.932.41-
YUV171.97113.35165.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.19%
GREEN value IS 150 (58.98% from 255) = 28.79%
BLUE value IS 146 (57.42% from 255) = 28.02%
R=43.19%
G=28.79%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515014600.330.350.123.0456.8372.75
HexE1969202123C33949
Octal3412262220414314371111
Binary11100001100101101001001001000011000111100111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19692; }

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

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

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

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

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

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

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

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