#E46FD9

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

Shades of Orchid #E46FD9

Tints of Orchid #E46FD9

Color information

#E46FD9 (or 0xE46FD9) is unknown color: approx Orchid. HEX triplet: E4, 6F and D9. RGB value is (228,111,217). Sum of RGB (Red+Green+Blue) = 228+111+217=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 217 (85.16% from 255 or 39.03% from 556); Max value from RGB is 228 - color contains mainly: red. Hex color #E46FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46FD9 is #1B9026. Grayscale: #9D9D9D. Windows color (decimal): -1806375 or 14249956. OLE color: 14249956.

HSL color Cylindrical-coordinate representation of color #E46FD9: hue angle of 305.64º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E46FD9 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB228111217-
CMYK00.510.050.11
HSL305.64º68.42%66.47%-
HSV(B)305.64º51.32%89.41%-
XYZ50.232.8769.34-
YUV158.07161.26177.88-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.01%
GREEN value IS 111 (43.75% from 255) = 19.96%
BLUE value IS 217 (85.16% from 255) = 39.03%
R=41.01%
G=19.96%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811121700.510.050.11305.6468.4266.47
HexE46FD90335B1324442
Octal344157331063513462104102
Binary111001001101111110110010110011101101110011001010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46FD9; }

 p { color: rgb(228,111,217); }

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

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

 a { background-color: rgb(228,111,217); }

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

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

 span { border-color: rgb(228,111,217); }

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