#E46FC6

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

Shades of Orchid #E46FC6

Tints of Orchid #E46FC6

Color information

#E46FC6 (or 0xE46FC6) is unknown color: approx Orchid. HEX triplet: E4, 6F and C6. RGB value is (228,111,198). Sum of RGB (Red+Green+Blue) = 228+111+198=537 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.46% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 228 - color contains mainly: red. Hex color #E46FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46FC6 is #1B9039. Grayscale: #9B9B9B. Windows color (decimal): -1806394 or 13004772. OLE color: 13004772.

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

Color convert

RGB228111198-
CMYK00.510.130.11
HSL315.38º68.42%66.47%-
HSV(B)315.38º51.32%89.41%-
XYZ47.8731.9457.07-
YUV155.9151.76179.43-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.46%
GREEN value IS 111 (43.75% from 255) = 20.67%
BLUE value IS 198 (77.73% from 255) = 36.87%
R=42.46%
G=20.67%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811119800.510.130.11315.3868.4266.47
HexE46FC6033DB13b4442
Octal3441573060631513473104102
Binary1110010011011111100011001100111101101110011101110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46FC6; }

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

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

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

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

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

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

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

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