#E46FD4

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

Shades of Orchid #E46FD4

Tints of Orchid #E46FD4

Color information

#E46FD4 (or 0xE46FD4) is unknown color: approx Orchid. HEX triplet: E4, 6F and D4. RGB value is (228,111,212). Sum of RGB (Red+Green+Blue) = 228+111+212=551 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.38% from 551); Green value is 111 (43.75% from 255 or 20.15% from 551); Blue value is 212 (83.20% from 255 or 38.48% from 551); Max value from RGB is 228 - color contains mainly: red. Hex color #E46FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46FD4 is #1B902B. Grayscale: #9D9D9D. Windows color (decimal): -1806380 or 13922276. OLE color: 13922276.

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

Color convert

RGB228111212-
CMYK00.510.070.11
HSL308.21º68.42%66.47%-
HSV(B)308.21º51.32%89.41%-
XYZ49.5632.6265.97-
YUV157.5158.76178.29-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.38%
GREEN value IS 111 (43.75% from 255) = 20.15%
BLUE value IS 212 (83.20% from 255) = 38.48%
R=41.38%
G=20.15%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811121200.510.070.11308.2168.4266.47
HexE46FD40337B1344442
Octal344157324063713464104102
Binary111001001101111110101000110011111101110011010010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46FD4; }

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

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

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

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

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

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

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

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