#E09691

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

Shades of Petite Orchid #E09691

Tints of Petite Orchid #E09691

Color information

#E09691 (or 0xE09691) is unknown color: approx Petite Orchid. HEX triplet: E0, 96 and 91. RGB value is (224,150,145). Sum of RGB (Red+Green+Blue) = 224+150+145=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E09691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09691 is #1F696E. Grayscale: #ABABAB. Windows color (decimal): -2058607 or 9541344. OLE color: 9541344.

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

Color convert

RGB224150145-
CMYK00.330.350.12
HSL3.8º56.03%72.35%-
HSV(B)3.8º35.27%87.84%-
XYZ46.7639.731.99-
YUV171.56113.02165.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.16%
GREEN value IS 150 (58.98% from 255) = 28.90%
BLUE value IS 145 (57.03% from 255) = 27.94%
R=43.16%
G=28.90%
B=27.94%

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
Decimal22415014500.330.350.123.856.0372.35
HexE0969102123C43848
Octal3402262210414314470110
Binary111000001001011010010001010000110001111001001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09691; }

 p { color: rgb(224,150,145); }

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

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

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

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

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

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

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