#E08D8B

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

Shades of Petite Orchid #E08D8B

Tints of Petite Orchid #E08D8B

Color information

#E08D8B (or 0xE08D8B) is unknown color: approx Petite Orchid. HEX triplet: E0, 8D and 8B. RGB value is (224,141,139). Sum of RGB (Red+Green+Blue) = 224+141+139=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08D8B is #1F7274. Grayscale: #A5A5A5. Windows color (decimal): -2060917 or 9145824. OLE color: 9145824.

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

Color convert

RGB224141139-
CMYK00.370.380.12
HSL1.41º57.82%71.18%-
HSV(B)1.41º37.95%87.84%-
XYZ44.9336.7629.15-
YUV165.59113169.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.44%
GREEN value IS 141 (55.47% from 255) = 27.98%
BLUE value IS 139 (54.69% from 255) = 27.58%
R=44.44%
G=27.98%
B=27.58%

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
Decimal22414113900.370.380.121.4157.8271.18
HexE08D8B02526C13a47
Octal3402152130454614172107
Binary1110000010001101100010110100101100110110011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08D8B; }

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

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

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

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

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

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

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

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