#E871D8

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

Shades of Orchid #E871D8

Tints of Orchid #E871D8

Color information

#E871D8 (or 0xE871D8) is unknown color: approx Orchid. HEX triplet: E8, 71 and D8. RGB value is (232,113,216). Sum of RGB (Red+Green+Blue) = 232+113+216=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 113 (44.53% from 255 or 20.14% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 232 - color contains mainly: red. Hex color #E871D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E871D8 is #178E27. Grayscale: #A0A0A0. Windows color (decimal): -1543720 or 14184936. OLE color: 14184936.

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

Color convert

RGB232113216-
CMYK00.510.070.09
HSL308.07º72.12%67.65%-
HSV(B)308.07º51.29%90.98%-
XYZ51.5833.9268.8-
YUV160.32159.42179.12-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.35%
GREEN value IS 113 (44.53% from 255) = 20.14%
BLUE value IS 216 (84.77% from 255) = 38.50%
R=41.35%
G=20.14%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211321600.510.070.09308.0772.1267.65
HexE871D8033791344844
Octal350161330063711464110104
Binary111010001110001110110000110011111100110011010010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E871D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E871D8; }

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

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

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

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

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

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

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

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