#E19B8F

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

Shades of Petite Orchid #E19B8F

Tints of Petite Orchid #E19B8F

Color information

#E19B8F (or 0xE19B8F) is unknown color: approx Petite Orchid. HEX triplet: E1, 9B and 8F. RGB value is (225,155,143). Sum of RGB (Red+Green+Blue) = 225+155+143=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19B8F is #1E6470. Grayscale: #AEAEAE. Windows color (decimal): -1991793 or 9411553. OLE color: 9411553.

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

Color convert

RGB225155143-
CMYK00.310.360.12
HSL8.78º57.75%72.16%-
HSV(B)8.78º36.44%88.24%-
XYZ47.7341.4331.47-
YUV174.56110.19163.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.02%
GREEN value IS 155 (60.94% from 255) = 29.64%
BLUE value IS 143 (56.25% from 255) = 27.34%
R=43.02%
G=29.64%
B=27.34%

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
Decimal22515514300.310.360.128.7857.7572.16
HexE19B8F01F24C93a48
Octal34123321703744141172110
Binary111000011001101110001111011111100100110010011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19B8F; }

 p { color: rgb(225,155,143); }

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

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

 a { background-color: rgb(225,155,143); }

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

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

 span { border-color: rgb(225,155,143); }

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