#E87ED4

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

Shades of Orchid #E87ED4

Tints of Orchid #E87ED4

Color information

#E87ED4 (or 0xE87ED4) is unknown color: approx Orchid. HEX triplet: E8, 7E and D4. RGB value is (232,126,212). Sum of RGB (Red+Green+Blue) = 232+126+212=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 232 - color contains mainly: red. Hex color #E87ED4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87ED4 is #17812B. Grayscale: #A7A7A7. Windows color (decimal): -1540396 or 13926120. OLE color: 13926120.

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

Color convert

RGB232126212-
CMYK00.460.090.09
HSL311.32º69.74%70.2%-
HSV(B)311.32º45.69%90.98%-
XYZ52.6236.8366.62-
YUV167.5153.12174.01-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.70%
GREEN value IS 126 (49.61% from 255) = 22.11%
BLUE value IS 212 (83.20% from 255) = 37.19%
R=40.70%
G=22.11%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212621200.460.090.09311.3269.7470.2
HexE87ED402E991374646
Octal3501763240561111467106106
Binary1110100011111101101010001011101001100110011011110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87ED4; }

 p { color: rgb(232,126,212); }

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

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

 a { background-color: rgb(232,126,212); }

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

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

 span { border-color: rgb(232,126,212); }

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