#E471D8

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

Shades of Orchid #E471D8

Tints of Orchid #E471D8

Color information

#E471D8 (or 0xE471D8) is unknown color: approx Orchid. HEX triplet: E4, 71 and D8. RGB value is (228,113,216). Sum of RGB (Red+Green+Blue) = 228+113+216=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 113 (44.53% from 255 or 20.29% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 228 - color contains mainly: red. Hex color #E471D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E471D8 is #1B8E27. Grayscale: #9E9E9E. Windows color (decimal): -1805864 or 14184932. OLE color: 14184932.

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

Color convert

RGB228113216-
CMYK00.500.050.11
HSL306.26º68.05%66.86%-
HSV(B)306.26º50.44%89.41%-
XYZ50.2933.2668.74-
YUV159.13160.1177.12-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.93%
GREEN value IS 113 (44.53% from 255) = 20.29%
BLUE value IS 216 (84.77% from 255) = 38.78%
R=40.93%
G=20.29%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811321600.500.050.11306.2668.0566.86
HexE471D80325B1324443
Octal344161330062513462104103
Binary111001001110001110110000110010101101110011001010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E471D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E471D8; }

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

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

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

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

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

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

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

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