#E19592

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

Shades of Petite Orchid #E19592

Tints of Petite Orchid #E19592

Color information

#E19592 (or 0xE19592) is unknown color: approx Petite Orchid. HEX triplet: E1, 95 and 92. RGB value is (225,149,146). Sum of RGB (Red+Green+Blue) = 225+149+146=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E19592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19592 is #1E6A6D. Grayscale: #ABABAB. Windows color (decimal): -1993326 or 9606625. OLE color: 9606625.

HSL color Cylindrical-coordinate representation of color #E19592: hue angle of 2.28º 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 #E19592 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB225149146-
CMYK00.340.350.12
HSL2.28º56.83%72.75%-
HSV(B)2.28º35.11%88.24%-
XYZ46.9939.5832.36-
YUV171.38113.68166.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.27%
GREEN value IS 149 (58.59% from 255) = 28.65%
BLUE value IS 146 (57.42% from 255) = 28.08%
R=43.27%
G=28.65%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514914600.340.350.122.2856.8372.75
HexE1959202223C23949
Octal3412252220424314271111
Binary11100001100101011001001001000101000111100101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19592; }

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

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

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

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

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

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

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

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