#E46BCA

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

Shades of Orchid #E46BCA

Tints of Orchid #E46BCA

Color information

#E46BCA (or 0xE46BCA) is unknown color: approx Orchid. HEX triplet: E4, 6B and CA. RGB value is (228,107,202). Sum of RGB (Red+Green+Blue) = 228+107+202=537 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.46% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 228 - color contains mainly: red. Hex color #E46BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46BCA is #1B9435. Grayscale: #999999. Windows color (decimal): -1807414 or 13265892. OLE color: 13265892.

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

Color convert

RGB228107202-
CMYK00.530.110.11
HSL312.89º69.14%65.69%-
HSV(B)312.89º53.07%89.41%-
XYZ47.9131.2759.39-
YUV154.01155.09180.78-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.46%
GREEN value IS 107 (42.19% from 255) = 19.93%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=42.46%
G=19.93%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810720200.530.110.11312.8969.1465.69
HexE46BCA035BB1394542
Octal3441533120651313471105102
Binary1110010011010111100101001101011011101110011100110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46BCA; }

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

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

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

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

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

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

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

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