#E0958C

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

Shades of Petite Orchid #E0958C

Tints of Petite Orchid #E0958C

Color information

#E0958C (or 0xE0958C) is unknown color: approx Petite Orchid. HEX triplet: E0, 95 and 8C. RGB value is (224,149,140). Sum of RGB (Red+Green+Blue) = 224+149+140=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E0958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0958C is #1F6A73. Grayscale: #AAAAAA. Windows color (decimal): -2058868 or 9213408. OLE color: 9213408.

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

Color convert

RGB224149140-
CMYK00.330.380.12
HSL6.43º57.53%71.37%-
HSV(B)6.43º37.5%87.84%-
XYZ46.2239.2429.95-
YUV170.4110.85166.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.66%
GREEN value IS 149 (58.59% from 255) = 29.04%
BLUE value IS 140 (55.08% from 255) = 27.29%
R=43.66%
G=29.04%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414914000.330.380.126.4357.5371.37
HexE0958C02126C63a47
Octal3402252140414614672107
Binary111000001001010110001100010000110011011001101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0958C; }

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

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

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

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

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

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

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

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