#e974d9

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

Shades of Orchid #E974D9

Tints of Orchid #E974D9

Color information

#E974D9 (or 0xE974D9) is unknown color: approx Orchid. HEX triplet: E9, 74 and D9. RGB value is (233,116,217). Sum of RGB (Red+Green+Blue) = 233+116+217=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 116 (45.70% from 255 or 20.49% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 233 - color contains mainly: red. Hex color #E974D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E974D9 is #168B26. Grayscale: #A2A2A2. Windows color (decimal): -1477415 or 14251241. OLE color: 14251241.

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

Color convert

RGB233116217-
CMYK00.500.070.09
HSL308.21º72.67%68.43%-
HSV(B)308.21º50.21%91.37%-
XYZ52.3734.8269.61-
YUV162.5158.76178.29-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.17%
GREEN value IS 116 (45.70% from 255) = 20.49%
BLUE value IS 217 (85.16% from 255) = 38.34%
R=41.17%
G=20.49%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311621700.500.070.09308.2172.6768.43
HexE974D9032791344944
Octal351164331062711464111104
Binary111010011110100110110010110010111100110011010010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e974d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e974d9; }

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

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

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

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

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

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

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

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