#E69E95

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

Shades of Petite Orchid #E69E95

Tints of Petite Orchid #E69E95

Color information

#E69E95 (or 0xE69E95) is unknown color: approx Petite Orchid. HEX triplet: E6, 9E and 95. RGB value is (230,158,149). Sum of RGB (Red+Green+Blue) = 230+158+149=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69E95 is #19616A. Grayscale: #B2B2B2. Windows color (decimal): -1663339 or 9805542. OLE color: 9805542.

HSL color Cylindrical-coordinate representation of color #E69E95: hue angle of 6.67º 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 #E69E95 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB230158149-
CMYK00.310.350.10
HSL6.67º61.83%74.31%-
HSV(B)6.67º35.22%90.2%-
XYZ50.2843.4534.17-
YUV178.5111.35164.73-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.83%
GREEN value IS 158 (62.11% from 255) = 29.42%
BLUE value IS 149 (58.59% from 255) = 27.75%
R=42.83%
G=29.42%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015814900.310.350.106.6761.8374.31
HexE69E9501F23A73e4a
Octal3462362250374312776112
Binary11100110100111101001010101111110001110101111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69E95; }

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

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

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

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

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

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

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

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