#E571DA

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

Shades of Orchid #E571DA

Tints of Orchid #E571DA

Color information

#E571DA (or 0xE571DA) is unknown color: approx Orchid. HEX triplet: E5, 71 and DA. RGB value is (229,113,218). Sum of RGB (Red+Green+Blue) = 229+113+218=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 113 (44.53% from 255 or 20.18% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E571DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571DA is #1A8E25. Grayscale: #9F9F9F. Windows color (decimal): -1740326 or 14316005. OLE color: 14316005.

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

Color convert

RGB229113218-
CMYK00.510.050.10
HSL305.69º69.05%67.06%-
HSV(B)305.69º50.66%89.8%-
XYZ50.8733.5370.12-
YUV159.65160.93177.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.89%
GREEN value IS 113 (44.53% from 255) = 20.18%
BLUE value IS 218 (85.55% from 255) = 38.93%
R=40.89%
G=20.18%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911321800.510.050.10305.6969.0567.06
HexE571DA0335A1324543
Octal345161332063512462105103
Binary111001011110001110110100110011101101010011001010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E571DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E571DA; }

 p { color: rgb(229,113,218); }

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

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

 a { background-color: rgb(229,113,218); }

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

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

 span { border-color: rgb(229,113,218); }

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