#E571D2

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

Shades of Orchid #E571D2

Tints of Orchid #E571D2

Color information

#E571D2 (or 0xE571D2) is unknown color: approx Orchid. HEX triplet: E5, 71 and D2. RGB value is (229,113,210). Sum of RGB (Red+Green+Blue) = 229+113+210=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 113 (44.53% from 255 or 20.47% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E571D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571D2 is #1A8E2D. Grayscale: #9E9E9E. Windows color (decimal): -1740334 or 13791717. OLE color: 13791717.

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

Color convert

RGB229113210-
CMYK00.510.080.10
HSL309.83º69.05%67.06%-
HSV(B)309.83º50.66%89.8%-
XYZ49.8533.1264.74-
YUV158.74156.93178.11-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.49%
GREEN value IS 113 (44.53% from 255) = 20.47%
BLUE value IS 210 (82.42% from 255) = 38.04%
R=41.49%
G=20.47%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911321000.510.080.10309.8369.0567.06
HexE571D20338A1364543
Octal3451613220631012466105103
Binary1110010111100011101001001100111000101010011011010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E571D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E571D2; }

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

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

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

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

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

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

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

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