#E974DD

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

Shades of Orchid #E974DD

Tints of Orchid #E974DD

Color information

#E974DD (or 0xE974DD) is unknown color: approx Orchid. HEX triplet: E9, 74 and DD. RGB value is (233,116,221). Sum of RGB (Red+Green+Blue) = 233+116+221=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E974DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E974DD is #168B22. Grayscale: #A2A2A2. Windows color (decimal): -1477411 or 14513385. OLE color: 14513385.

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

Color convert

RGB233116221-
CMYK00.500.050.09
HSL306.15º72.67%68.43%-
HSV(B)306.15º50.21%91.37%-
XYZ52.935.0372.38-
YUV162.95160.76177.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.88%
GREEN value IS 116 (45.70% from 255) = 20.35%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=40.88%
G=20.35%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311622100.500.050.09306.1572.6768.43
HexE974DD032591324944
Octal351164335062511462111104
Binary111010011110100110111010110010101100110011001010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E974DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E974DD; }

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

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

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

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

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

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

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

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