#E19287

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

Shades of Petite Orchid #E19287

Tints of Petite Orchid #E19287

Color information

#E19287 (or 0xE19287) is unknown color: approx Petite Orchid. HEX triplet: E1, 92 and 87. RGB value is (225,146,135). Sum of RGB (Red+Green+Blue) = 225+146+135=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E19287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19287 is #1E6D78. Grayscale: #A8A8A8. Windows color (decimal): -1994105 or 8884961. OLE color: 8884961.

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

Color convert

RGB225146135-
CMYK00.350.40.12
HSL7.33º60%70.59%-
HSV(B)7.33º40%88.24%-
XYZ45.738.3127.91-
YUV168.37109.17168.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.47%
GREEN value IS 146 (57.42% from 255) = 28.85%
BLUE value IS 135 (53.12% from 255) = 26.68%
R=44.47%
G=28.85%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.4
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514613500.350.40.127.336070.59
HexE1928702328C73c47
Octal3412222070435014774107
Binary111000011001001010000111010001110100011001111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19287; }

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

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

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

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

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

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

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

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