#E470D8

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

Shades of Orchid #E470D8

Tints of Orchid #E470D8

Color information

#E470D8 (or 0xE470D8) is unknown color: approx Orchid. HEX triplet: E4, 70 and D8. RGB value is (228,112,216). Sum of RGB (Red+Green+Blue) = 228+112+216=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 228 - color contains mainly: red. Hex color #E470D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E470D8 is #1B8F27. Grayscale: #9E9E9E. Windows color (decimal): -1806120 or 14184676. OLE color: 14184676.

HSL color Cylindrical-coordinate representation of color #E470D8: hue angle of 306.21º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E470D8 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB228112216-
CMYK00.510.050.11
HSL306.21º68.24%66.67%-
HSV(B)306.21º50.88%89.41%-
XYZ50.1833.0468.7-
YUV158.54160.43177.54-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.01%
GREEN value IS 112 (44.14% from 255) = 20.14%
BLUE value IS 216 (84.77% from 255) = 38.85%
R=41.01%
G=20.14%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811221600.510.050.11306.2168.2466.67
HexE470D80335B1324443
Octal344160330063513462104103
Binary111001001110000110110000110011101101110011001010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E470D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E470D8; }

 p { color: rgb(228,112,216); }

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

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

 a { background-color: rgb(228,112,216); }

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

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

 span { border-color: rgb(228,112,216); }

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