#E69C95

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

Shades of Petite Orchid #E69C95

Tints of Petite Orchid #E69C95

Color information

#E69C95 (or 0xE69C95) is unknown color: approx Petite Orchid. HEX triplet: E6, 9C and 95. RGB value is (230,156,149). Sum of RGB (Red+Green+Blue) = 230+156+149=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69C95 is #19636A. Grayscale: #B1B1B1. Windows color (decimal): -1663851 or 9805030. OLE color: 9805030.

HSL color Cylindrical-coordinate representation of color #E69C95: hue angle of 5.19º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E69C95 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB230156149-
CMYK00.320.350.10
HSL5.19º61.83%74.31%-
HSV(B)5.19º35.22%90.2%-
XYZ49.9542.7734.06-
YUV177.33112.02165.57-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.99%
GREEN value IS 156 (61.33% from 255) = 29.16%
BLUE value IS 149 (58.59% from 255) = 27.85%
R=42.99%
G=29.16%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015614900.320.350.105.1961.8374.31
HexE69C9502023A53e4a
Octal3462342250404312576112
Binary111001101001110010010101010000010001110101011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69C95; }

 p { color: rgb(230,156,149); }

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

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

 a { background-color: rgb(230,156,149); }

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

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

 span { border-color: rgb(230,156,149); }

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