#E69A97

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

Shades of Petite Orchid #E69A97

Tints of Petite Orchid #E69A97

Color information

#E69A97 (or 0xE69A97) is unknown color: approx Petite Orchid. HEX triplet: E6, 9A and 97. RGB value is (230,154,151). Sum of RGB (Red+Green+Blue) = 230+154+151=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 151 (59.38% from 255 or 28.22% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69A97 is #196568. Grayscale: #B0B0B0. Windows color (decimal): -1664361 or 9935590. OLE color: 9935590.

HSL color Cylindrical-coordinate representation of color #E69A97: hue angle of 2.28º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E69A97 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB230154151-
CMYK00.330.340.10
HSL2.28º61.24%74.71%-
HSV(B)2.28º34.35%90.2%-
XYZ49.7742.1734.79-
YUV176.38113.68166.24-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.99%
GREEN value IS 154 (60.55% from 255) = 28.79%
BLUE value IS 151 (59.38% from 255) = 28.22%
R=42.99%
G=28.79%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015415100.330.340.102.2861.2474.71
HexE69A9702122A23d4b
Octal3462322270414212275113
Binary11100110100110101001011101000011000101010101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69A97; }

 p { color: rgb(230,154,151); }

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

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

 a { background-color: rgb(230,154,151); }

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

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

 span { border-color: rgb(230,154,151); }

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