#E97ACE

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

Shades of Orchid #E97ACE

Tints of Orchid #E97ACE

Color information

#E97ACE (or 0xE97ACE) is unknown color: approx Orchid. HEX triplet: E9, 7A and CE. RGB value is (233,122,206). Sum of RGB (Red+Green+Blue) = 233+122+206=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E97ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97ACE is #168531. Grayscale: #A4A4A4. Windows color (decimal): -1475890 or 13531881. OLE color: 13531881.

HSL color Cylindrical-coordinate representation of color #E97ACE: hue angle of 314.59º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E97ACE is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233122206-
CMYK00.480.120.09
HSL314.59º71.61%69.61%-
HSV(B)314.59º47.64%91.37%-
XYZ51.735.762.56-
YUV164.76151.27176.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.53%
GREEN value IS 122 (48.05% from 255) = 21.75%
BLUE value IS 206 (80.86% from 255) = 36.72%
R=41.53%
G=21.75%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312220600.480.120.09314.5971.6169.61
HexE97ACE030C913b4846
Octal3511723160601411473110106
Binary1110100111110101100111001100001100100110011101110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97ACE; }

 p { color: rgb(233,122,206); }

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

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

 a { background-color: rgb(233,122,206); }

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

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

 span { border-color: rgb(233,122,206); }

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