#E09B8E

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

Shades of Petite Orchid #E09B8E

Tints of Petite Orchid #E09B8E

Color information

#E09B8E (or 0xE09B8E) is unknown color: approx Petite Orchid. HEX triplet: E0, 9B and 8E. RGB value is (224,155,142). Sum of RGB (Red+Green+Blue) = 224+155+142=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E09B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09B8E is #1F6471. Grayscale: #AEAEAE. Windows color (decimal): -2057330 or 9346016. OLE color: 9346016.

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

Color convert

RGB224155142-
CMYK00.310.370.12
HSL9.51º56.94%71.76%-
HSV(B)9.51º36.61%87.84%-
XYZ47.3441.2431.06-
YUV174.15109.86163.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.99%
GREEN value IS 155 (60.94% from 255) = 29.75%
BLUE value IS 142 (55.86% from 255) = 27.26%
R=42.99%
G=29.75%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415514200.310.370.129.5156.9471.76
HexE09B8E01F25Ca3948
Octal34023321603745141271110
Binary111000001001101110001110011111100101110010101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09B8E; }

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

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

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

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

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

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

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

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