#E09A98

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

Shades of Petite Orchid #E09A98

Tints of Petite Orchid #E09A98

Color information

#E09A98 (or 0xE09A98) is unknown color: approx Petite Orchid. HEX triplet: E0, 9A and 98. RGB value is (224,154,152). Sum of RGB (Red+Green+Blue) = 224+154+152=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09A98 is #1F6567. Grayscale: #AEAEAE. Windows color (decimal): -2057576 or 10001120. OLE color: 10001120.

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

Color convert

RGB224154152-
CMYK00.310.320.12
HSL1.67º53.73%73.73%-
HSV(B)1.67º32.14%87.84%-
XYZ47.9641.2335.14-
YUV174.7115.19163.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.26%
GREEN value IS 154 (60.55% from 255) = 29.06%
BLUE value IS 152 (59.77% from 255) = 28.68%
R=42.26%
G=29.06%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415415200.310.320.121.6753.7373.73
HexE09A9801F20C2364a
Octal3402322300374014266112
Binary1110000010011010100110000111111000001100101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09A98; }

 p { color: rgb(224,154,152); }

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

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

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

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

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

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

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