#E871DA

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

Shades of Orchid #E871DA

Tints of Orchid #E871DA

Color information

#E871DA (or 0xE871DA) is unknown color: approx Orchid. HEX triplet: E8, 71 and DA. RGB value is (232,113,218). Sum of RGB (Red+Green+Blue) = 232+113+218=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 113 (44.53% from 255 or 20.07% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 232 - color contains mainly: red. Hex color #E871DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E871DA is #178E25. Grayscale: #A0A0A0. Windows color (decimal): -1543718 or 14316008. OLE color: 14316008.

HSL color Cylindrical-coordinate representation of color #E871DA: hue angle of 307.06º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E871DA is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB232113218-
CMYK00.510.060.09
HSL307.06º72.12%67.65%-
HSV(B)307.06º51.29%90.98%-
XYZ51.8434.0370.17-
YUV160.55160.42178.96-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.21%
GREEN value IS 113 (44.53% from 255) = 20.07%
BLUE value IS 218 (85.55% from 255) = 38.72%
R=41.21%
G=20.07%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211321800.510.060.09307.0672.1267.65
HexE871DA033691334844
Octal350161332063611463110104
Binary111010001110001110110100110011110100110011001110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E871DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E871DA; }

 p { color: rgb(232,113,218); }

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

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

 a { background-color: rgb(232,113,218); }

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

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

 span { border-color: rgb(232,113,218); }

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