#E974CE

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

Shades of Orchid #E974CE

Tints of Orchid #E974CE

Color information

#E974CE (or 0xE974CE) is unknown color: approx Orchid. HEX triplet: E9, 74 and CE. RGB value is (233,116,206). Sum of RGB (Red+Green+Blue) = 233+116+206=555 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.98% from 555); Green value is 116 (45.70% from 255 or 20.90% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 233 - color contains mainly: red. Hex color #E974CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E974CE is #168B31. Grayscale: #A0A0A0. Windows color (decimal): -1477426 or 13530345. OLE color: 13530345.

HSL color Cylindrical-coordinate representation of color #E974CE: hue angle of 313.85º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E974CE is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233116206-
CMYK00.500.120.09
HSL313.85º72.67%68.43%-
HSV(B)313.85º50.21%91.37%-
XYZ50.9934.2762.32-
YUV161.24153.26179.18-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.98%
GREEN value IS 116 (45.70% from 255) = 20.90%
BLUE value IS 206 (80.86% from 255) = 37.12%
R=41.98%
G=20.90%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311620600.500.120.09313.8572.6768.43
HexE974CE032C913a4944
Octal3511643160621411472111104
Binary1110100111101001100111001100101100100110011101010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E974CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E974CE; }

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

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

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

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

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

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

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

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