#E18E8B

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

Shades of Petite Orchid #E18E8B

Tints of Petite Orchid #E18E8B

Color information

#E18E8B (or 0xE18E8B) is unknown color: approx Petite Orchid. HEX triplet: E1, 8E and 8B. RGB value is (225,142,139). Sum of RGB (Red+Green+Blue) = 225+142+139=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18E8B is #1E7174. Grayscale: #A6A6A6. Windows color (decimal): -1995125 or 9146081. OLE color: 9146081.

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

Color convert

RGB225142139-
CMYK00.370.380.12
HSL2.09º58.9%71.37%-
HSV(B)2.09º38.22%88.24%-
XYZ45.3837.2229.22-
YUV166.48112.5169.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.47%
GREEN value IS 142 (55.86% from 255) = 28.06%
BLUE value IS 139 (54.69% from 255) = 27.47%
R=44.47%
G=28.06%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514213900.370.380.122.0958.971.37
HexE18E8B02526C23b47
Octal3412162130454614273107
Binary11100001100011101000101101001011001101100101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18E8B; }

 p { color: rgb(225,142,139); }

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

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

 a { background-color: rgb(225,142,139); }

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

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

 span { border-color: rgb(225,142,139); }

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