#E571CC

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

Shades of Orchid #E571CC

Tints of Orchid #E571CC

Color information

#E571CC (or 0xE571CC) is unknown color: approx Orchid. HEX triplet: E5, 71 and CC. RGB value is (229,113,204). Sum of RGB (Red+Green+Blue) = 229+113+204=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E571CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E571CC is #1A8E33. Grayscale: #9D9D9D. Windows color (decimal): -1740340 or 13398501. OLE color: 13398501.

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

Color convert

RGB229113204-
CMYK00.510.110.10
HSL312.93º69.05%67.06%-
HSV(B)312.93º50.66%89.8%-
XYZ49.1232.8360.87-
YUV158.06153.93178.6-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.94%
GREEN value IS 113 (44.53% from 255) = 20.70%
BLUE value IS 204 (80.08% from 255) = 37.36%
R=41.94%
G=20.70%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911320400.510.110.10312.9369.0567.06
HexE571CC033BA1394543
Octal3451613140631312471105103
Binary1110010111100011100110001100111011101010011100110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E571CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E571CC; }

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

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

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

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

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

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

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

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