#E69A96

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

Shades of Petite Orchid #E69A96

Tints of Petite Orchid #E69A96

Color information

#E69A96 (or 0xE69A96) is unknown color: approx Petite Orchid. HEX triplet: E6, 9A and 96. RGB value is (230,154,150). Sum of RGB (Red+Green+Blue) = 230+154+150=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69A96 is #196569. Grayscale: #B0B0B0. Windows color (decimal): -1664362 or 9870054. OLE color: 9870054.

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

Color convert

RGB230154150-
CMYK00.330.350.10
HSL61.54%74.51%-
HSV(B)34.78%90.2%-
XYZ49.6942.1434.37-
YUV176.27113.18166.33-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.07%
GREEN value IS 154 (60.55% from 255) = 28.84%
BLUE value IS 150 (58.98% from 255) = 28.09%
R=43.07%
G=28.84%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015415000.330.350.10361.5474.51
HexE69A9602123A33e4b
Octal3462322260414312376113
Binary11100110100110101001011001000011000111010111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69A96; }

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

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

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

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

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

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

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

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