#E08E8B

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

Shades of Petite Orchid #E08E8B

Tints of Petite Orchid #E08E8B

Color information

#E08E8B (or 0xE08E8B) is unknown color: approx Petite Orchid. HEX triplet: E0, 8E and 8B. RGB value is (224,142,139). Sum of RGB (Red+Green+Blue) = 224+142+139=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08E8B is #1F7174. Grayscale: #A6A6A6. Windows color (decimal): -2060661 or 9146080. OLE color: 9146080.

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

Color convert

RGB224142139-
CMYK00.370.380.12
HSL2.12º57.82%71.18%-
HSV(B)2.12º37.95%87.84%-
XYZ45.0737.0629.2-
YUV166.18112.67169.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.36%
GREEN value IS 142 (55.86% from 255) = 28.12%
BLUE value IS 139 (54.69% from 255) = 27.52%
R=44.36%
G=28.12%
B=27.52%

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
Decimal22414213900.370.380.122.1257.8271.18
HexE08E8B02526C23a47
Octal3402162130454614272107
Binary11100000100011101000101101001011001101100101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08E8B; }

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

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

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

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

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

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

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

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