#E69A90

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

Shades of Petite Orchid #E69A90

Tints of Petite Orchid #E69A90

Color information

#E69A90 (or 0xE69A90) is unknown color: approx Petite Orchid. HEX triplet: E6, 9A and 90. RGB value is (230,154,144). Sum of RGB (Red+Green+Blue) = 230+154+144=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69A90 is #19656F. Grayscale: #AFAFAF. Windows color (decimal): -1664368 or 9476838. OLE color: 9476838.

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

Color convert

RGB230154144-
CMYK00.330.370.10
HSL6.98º63.24%73.33%-
HSV(B)6.98º37.39%90.2%-
XYZ49.2241.9531.89-
YUV175.58110.18166.81-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.56%
GREEN value IS 154 (60.55% from 255) = 29.17%
BLUE value IS 144 (56.64% from 255) = 27.27%
R=43.56%
G=29.17%
B=27.27%

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
Decimal23015414400.330.370.106.9863.2473.33
HexE69A9002125A73f49
Octal3462322200414512777111
Binary111001101001101010010000010000110010110101111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69A90; }

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

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

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

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

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

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

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

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