#E09592

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

Shades of Petite Orchid #E09592

Tints of Petite Orchid #E09592

Color information

#E09592 (or 0xE09592) is unknown color: approx Petite Orchid. HEX triplet: E0, 95 and 92. RGB value is (224,149,146). Sum of RGB (Red+Green+Blue) = 224+149+146=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E09592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09592 is #1F6A6D. Grayscale: #ABABAB. Windows color (decimal): -2058862 or 9606624. OLE color: 9606624.

HSL color Cylindrical-coordinate representation of color #E09592: hue angle of 2.31º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E09592 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB224149146-
CMYK00.330.350.12
HSL2.31º55.71%72.55%-
HSV(B)2.31º34.82%87.84%-
XYZ46.6839.4232.34-
YUV171.08113.85165.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.16%
GREEN value IS 149 (58.59% from 255) = 28.71%
BLUE value IS 146 (57.42% from 255) = 28.13%
R=43.16%
G=28.71%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414914600.330.350.122.3155.7172.55
HexE0959202123C23849
Octal3402252220414314270111
Binary11100000100101011001001001000011000111100101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09592; }

 p { color: rgb(224,149,146); }

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

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

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

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

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

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

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