#E974D3

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

Shades of Orchid #E974D3

Tints of Orchid #E974D3

Color information

#E974D3 (or 0xE974D3) is unknown color: approx Orchid. HEX triplet: E9, 74 and D3. RGB value is (233,116,211). Sum of RGB (Red+Green+Blue) = 233+116+211=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 116 (45.70% from 255 or 20.71% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 233 - color contains mainly: red. Hex color #E974D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E974D3 is #168B2C. Grayscale: #A1A1A1. Windows color (decimal): -1477421 or 13858025. OLE color: 13858025.

HSL color Cylindrical-coordinate representation of color #E974D3: hue angle of 311.28º 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 #E974D3 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB233116211-
CMYK00.500.090.09
HSL311.28º72.67%68.43%-
HSV(B)311.28º50.21%91.37%-
XYZ51.6134.5265.57-
YUV161.81155.76178.78-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.61%
GREEN value IS 116 (45.70% from 255) = 20.71%
BLUE value IS 211 (82.81% from 255) = 37.68%
R=41.61%
G=20.71%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311621100.500.090.09311.2872.6768.43
HexE974D3032991374944
Octal3511643230621111467111104
Binary1110100111101001101001101100101001100110011011110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E974D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E974D3; }

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

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

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

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

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

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

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

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