#e874df

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

Shades of Orchid #E874DF

Tints of Orchid #E874DF

Color information

#E874DF (or 0xE874DF) is unknown color: approx Orchid. HEX triplet: E8, 74 and DF. RGB value is (232,116,223). Sum of RGB (Red+Green+Blue) = 232+116+223=571 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.63% from 571); Green value is 116 (45.70% from 255 or 20.32% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 232 - color contains mainly: red. Hex color #E874DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E874DF is #178B20. Grayscale: #A2A2A2. Windows color (decimal): -1542945 or 14644456. OLE color: 14644456.

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

Color convert

RGB232116223-
CMYK00.500.040.09
HSL304.66º71.6%68.24%-
HSV(B)304.66º50%90.98%-
XYZ52.8434.9773.78-
YUV162.88161.93177.3-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.63%
GREEN value IS 116 (45.70% from 255) = 20.32%
BLUE value IS 223 (87.5% from 255) = 39.05%
R=40.63%
G=20.32%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211622300.500.040.09304.6671.668.24
HexE874DF032491314844
Octal350164337062411461110104
Binary111010001110100110111110110010100100110011000110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e874df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e874df; }

 p { color: rgb(232,116,223); }

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

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

 a { background-color: rgb(232,116,223); }

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

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

 span { border-color: rgb(232,116,223); }

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