#E46ACE

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

Shades of Orchid #E46ACE

Tints of Orchid #E46ACE

Color information

#E46ACE (or 0xE46ACE) is unknown color: approx Orchid. HEX triplet: E4, 6A and CE. RGB value is (228,106,206). Sum of RGB (Red+Green+Blue) = 228+106+206=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 228 - color contains mainly: red. Hex color #E46ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46ACE is #1B9531. Grayscale: #999999. Windows color (decimal): -1807666 or 13527780. OLE color: 13527780.

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

Color convert

RGB228106206-
CMYK00.540.100.11
HSL310.82º69.32%65.49%-
HSV(B)310.82º53.51%89.41%-
XYZ48.2931.2661.88-
YUV153.88157.42180.87-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.22%
GREEN value IS 106 (41.80% from 255) = 19.63%
BLUE value IS 206 (80.86% from 255) = 38.15%
R=42.22%
G=19.63%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810620600.540.100.11310.8269.3265.49
HexE46ACE036AB1374541
Octal3441523160661213467105101
Binary1110010011010101100111001101101010101110011011110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46ACE; }

 p { color: rgb(228,106,206); }

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

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

 a { background-color: rgb(228,106,206); }

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

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

 span { border-color: rgb(228,106,206); }

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