#E46BE1

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

Shades of Orchid #E46BE1

Tints of Orchid #E46BE1

Color information

#E46BE1 (or 0xE46BE1) is unknown color: approx Orchid. HEX triplet: E4, 6B and E1. RGB value is (228,107,225). Sum of RGB (Red+Green+Blue) = 228+107+225=560 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.71% from 560); Green value is 107 (42.19% from 255 or 19.11% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 228 - color contains mainly: red. Hex color #E46BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46BE1 is #1B941E. Grayscale: #9C9C9C. Windows color (decimal): -1807391 or 14773220. OLE color: 14773220.

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

Color convert

RGB228107225-
CMYK00.530.010.11
HSL301.49º69.14%65.69%-
HSV(B)301.49º53.07%89.41%-
XYZ50.8432.4574.82-
YUV156.63166.59178.91-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.71%
GREEN value IS 107 (42.19% from 255) = 19.11%
BLUE value IS 225 (88.28% from 255) = 40.18%
R=40.71%
G=19.11%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810722500.530.010.11301.4969.1465.69
HexE46BE10351B12d4542
Octal344153341065113455105102
Binary1110010011010111110000101101011101110010110110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46BE1; }

 p { color: rgb(228,107,225); }

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

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

 a { background-color: rgb(228,107,225); }

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

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

 span { border-color: rgb(228,107,225); }

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