#E19C90

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

Shades of Petite Orchid #E19C90

Tints of Petite Orchid #E19C90

Color information

#E19C90 (or 0xE19C90) is unknown color: approx Petite Orchid. HEX triplet: E1, 9C and 90. RGB value is (225,156,144). Sum of RGB (Red+Green+Blue) = 225+156+144=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19C90 is #1E636F. Grayscale: #AFAFAF. Windows color (decimal): -1991536 or 9477345. OLE color: 9477345.

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

Color convert

RGB225156144-
CMYK00.310.360.12
HSL8.89º57.45%72.35%-
HSV(B)8.89º36%88.24%-
XYZ47.9741.831.92-
YUV175.26110.36163.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.86%
GREEN value IS 156 (61.33% from 255) = 29.71%
BLUE value IS 144 (56.64% from 255) = 27.43%
R=42.86%
G=29.71%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515614400.310.360.128.8957.4572.35
HexE19C9001F24C93948
Octal34123422003744141171110
Binary111000011001110010010000011111100100110010011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19C90; }

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

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

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

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

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

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

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

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