#E69A91

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

Shades of Petite Orchid #E69A91

Tints of Petite Orchid #E69A91

Color information

#E69A91 (or 0xE69A91) is unknown color: approx Petite Orchid. HEX triplet: E6, 9A and 91. RGB value is (230,154,145). Sum of RGB (Red+Green+Blue) = 230+154+145=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69A91 is #19656E. Grayscale: #AFAFAF. Windows color (decimal): -1664367 or 9542374. OLE color: 9542374.

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

Color convert

RGB230154145-
CMYK00.330.370.10
HSL6.35º62.96%73.53%-
HSV(B)6.35º36.96%90.2%-
XYZ49.341.9832.29-
YUV175.7110.68166.73-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.48%
GREEN value IS 154 (60.55% from 255) = 29.11%
BLUE value IS 145 (57.03% from 255) = 27.41%
R=43.48%
G=29.11%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015414500.330.370.106.3562.9673.53
HexE69A9102125A63f4a
Octal3462322210414512677112
Binary111001101001101010010001010000110010110101101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69A91; }

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

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

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

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

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

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

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

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