#E47EDC

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

Shades of Orchid #E47EDC

Tints of Orchid #E47EDC

Color information

#E47EDC (or 0xE47EDC) is unknown color: approx Orchid. HEX triplet: E4, 7E and DC. RGB value is (228,126,220). Sum of RGB (Red+Green+Blue) = 228+126+220=574 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.72% from 574); Green value is 126 (49.61% from 255 or 21.95% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 228 - color contains mainly: red. Hex color #E47EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47EDC is #1B8123. Grayscale: #A6A6A6. Windows color (decimal): -1802532 or 14450404. OLE color: 14450404.

HSL color Cylindrical-coordinate representation of color #E47EDC: hue angle of 304.71º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E47EDC is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB228126220-
CMYK00.450.040.11
HSL304.71º65.38%69.41%-
HSV(B)304.71º44.74%89.41%-
XYZ52.3736.5872.01-
YUV167.21157.79171.36-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.72%
GREEN value IS 126 (49.61% from 255) = 21.95%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=39.72%
G=21.95%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812622000.450.040.11304.7165.3869.41
HexE47EDC02D4B1314145
Octal344176334055413461101105
Binary111001001111110110111000101101100101110011000110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47EDC; }

 p { color: rgb(228,126,220); }

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

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

 a { background-color: rgb(228,126,220); }

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

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

 span { border-color: rgb(228,126,220); }

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