#E19990

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

Shades of Petite Orchid #E19990

Tints of Petite Orchid #E19990

Color information

#E19990 (or 0xE19990) is unknown color: approx Petite Orchid. HEX triplet: E1, 99 and 90. RGB value is (225,153,144). Sum of RGB (Red+Green+Blue) = 225+153+144=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E19990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19990 is #1E666F. Grayscale: #ADADAD. Windows color (decimal): -1992304 or 9476577. OLE color: 9476577.

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

Color convert

RGB225153144-
CMYK00.320.360.12
HSL6.67º57.45%72.35%-
HSV(B)6.67º36%88.24%-
XYZ47.4840.831.76-
YUV173.5111.35164.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.10%
GREEN value IS 153 (60.16% from 255) = 29.31%
BLUE value IS 144 (56.64% from 255) = 27.59%
R=43.10%
G=29.31%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515314400.320.360.126.6757.4572.35
HexE1999002024C73948
Octal3412312200404414771110
Binary111000011001100110010000010000010010011001111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19990; }

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

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

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

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

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

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

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

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