#E46FD1

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

Shades of Orchid #E46FD1

Tints of Orchid #E46FD1

Color information

#E46FD1 (or 0xE46FD1) is unknown color: approx Orchid. HEX triplet: E4, 6F and D1. RGB value is (228,111,209). Sum of RGB (Red+Green+Blue) = 228+111+209=548 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.61% from 548); Green value is 111 (43.75% from 255 or 20.26% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 228 - color contains mainly: red. Hex color #E46FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46FD1 is #1B902E. Grayscale: #9C9C9C. Windows color (decimal): -1806383 or 13725668. OLE color: 13725668.

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

Color convert

RGB228111209-
CMYK00.510.080.11
HSL309.74º68.42%66.47%-
HSV(B)309.74º51.32%89.41%-
XYZ49.1932.4764-
YUV157.16157.26178.53-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.61%
GREEN value IS 111 (43.75% from 255) = 20.26%
BLUE value IS 209 (82.03% from 255) = 38.14%
R=41.61%
G=20.26%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811120900.510.080.11309.7468.4266.47
HexE46FD10338B1364442
Octal3441573210631013466104102
Binary1110010011011111101000101100111000101110011011010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46FD1; }

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

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

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

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

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

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

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

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