#e571d1

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

Shades of Orchid #E571D1

Tints of Orchid #E571D1

Color information

#E571D1 (or 0xE571D1) is unknown color: approx Orchid. HEX triplet: E5, 71 and D1. RGB value is (229,113,209). Sum of RGB (Red+Green+Blue) = 229+113+209=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 229 - color contains mainly: red. Hex color #E571D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571D1 is #1A8E2E. Grayscale: #9E9E9E. Windows color (decimal): -1740335 or 13726181. OLE color: 13726181.

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

Color convert

RGB229113209-
CMYK00.510.090.10
HSL310.34º69.05%67.06%-
HSV(B)310.34º50.66%89.8%-
XYZ49.7333.0764.08-
YUV158.63156.43178.19-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.56%
GREEN value IS 113 (44.53% from 255) = 20.51%
BLUE value IS 209 (82.03% from 255) = 37.93%
R=41.56%
G=20.51%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911320900.510.090.10310.3469.0567.06
HexE571D10339A1364543
Octal3451613210631112466105103
Binary1110010111100011101000101100111001101010011011010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e571d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e571d1; }

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

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

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

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

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

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

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

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