#E46BE0

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

Shades of Orchid #E46BE0

Tints of Orchid #E46BE0

Color information

#E46BE0 (or 0xE46BE0) is unknown color: approx Orchid. HEX triplet: E4, 6B and E0. RGB value is (228,107,224). Sum of RGB (Red+Green+Blue) = 228+107+224=559 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.79% from 559); Green value is 107 (42.19% from 255 or 19.14% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 228 - color contains mainly: red. Hex color #E46BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46BE0 is #1B941F. Grayscale: #9C9C9C. Windows color (decimal): -1807392 or 14707684. OLE color: 14707684.

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

Color convert

RGB228107224-
CMYK00.530.020.11
HSL301.98º69.14%65.69%-
HSV(B)301.98º53.07%89.41%-
XYZ50.7132.3974.1-
YUV156.52166.09178.99-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.79%
GREEN value IS 107 (42.19% from 255) = 19.14%
BLUE value IS 224 (87.89% from 255) = 40.07%
R=40.79%
G=19.14%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810722400.530.020.11301.9869.1465.69
HexE46BE00352B12e4542
Octal344153340065213456105102
Binary11100100110101111100000011010110101110010111010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46BE0; }

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

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

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

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

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

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

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

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