#E46FD0

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

Shades of Orchid #E46FD0

Tints of Orchid #E46FD0

Color information

#E46FD0 (or 0xE46FD0) is unknown color: approx Orchid. HEX triplet: E4, 6F and D0. RGB value is (228,111,208). Sum of RGB (Red+Green+Blue) = 228+111+208=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 228 - color contains mainly: red. Hex color #E46FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46FD0 is #1B902F. Grayscale: #9C9C9C. Windows color (decimal): -1806384 or 13660132. OLE color: 13660132.

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

Color convert

RGB228111208-
CMYK00.510.090.11
HSL310.26º68.42%66.47%-
HSV(B)310.26º51.32%89.41%-
XYZ49.0632.4263.35-
YUV157.04156.76178.61-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.68%
GREEN value IS 111 (43.75% from 255) = 20.29%
BLUE value IS 208 (81.64% from 255) = 38.03%
R=41.68%
G=20.29%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811120800.510.090.11310.2668.4266.47
HexE46FD00339B1364442
Octal3441573200631113466104102
Binary1110010011011111101000001100111001101110011011010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46FD0; }

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

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

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

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

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

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

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

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