#E09090

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

Shades of Petite Orchid #E09090

Tints of Petite Orchid #E09090

Color information

#E09090 (or 0xE09090) is unknown color: approx Petite Orchid. HEX triplet: E0, 90 and 90. RGB value is (224,144,144). Sum of RGB (Red+Green+Blue) = 224+144+144=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E09090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09090 is #1F6F6F. Grayscale: #A8A8A8. Windows color (decimal): -2060144 or 9474272. OLE color: 9474272.

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

Color convert

RGB224144144-
CMYK00.360.360.12
HSL56.34%72.16%-
HSV(B)35.71%87.84%-
XYZ45.7537.8131.27-
YUV167.92114.5168-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.75%
GREEN value IS 144 (56.64% from 255) = 28.12%
BLUE value IS 144 (56.64% from 255) = 28.12%
R=43.75%
G=28.12%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414414400.360.360.12056.3472.16
HexE0909002424C03848
Octal3402202200444414070110
Binary1110000010010000100100000100100100100110001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09090; }

 p { color: rgb(224,144,144); }

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

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

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

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

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

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

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