#E974DB

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

Shades of Orchid #E974DB

Tints of Orchid #E974DB

Color information

#E974DB (or 0xE974DB) is unknown color: approx Orchid. HEX triplet: E9, 74 and DB. RGB value is (233,116,219). Sum of RGB (Red+Green+Blue) = 233+116+219=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 116 (45.70% from 255 or 20.42% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 233 - color contains mainly: red. Hex color #E974DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E974DB is #168B24. Grayscale: #A2A2A2. Windows color (decimal): -1477413 or 14382313. OLE color: 14382313.

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

Color convert

RGB233116219-
CMYK00.500.060.09
HSL307.18º72.67%68.43%-
HSV(B)307.18º50.21%91.37%-
XYZ52.6434.9370.99-
YUV162.73159.76178.12-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.02%
GREEN value IS 116 (45.70% from 255) = 20.42%
BLUE value IS 219 (85.94% from 255) = 38.56%
R=41.02%
G=20.42%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311621900.500.060.09307.1872.6768.43
HexE974DB032691334944
Octal351164333062611463111104
Binary111010011110100110110110110010110100110011001110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E974DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E974DB; }

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

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

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

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

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

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

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

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