#e576da

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

Shades of Orchid #E576DA

Tints of Orchid #E576DA

Color information

#E576DA (or 0xE576DA) is unknown color: approx Orchid. HEX triplet: E5, 76 and DA. RGB value is (229,118,218). Sum of RGB (Red+Green+Blue) = 229+118+218=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 118 (46.48% from 255 or 20.88% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 229 - color contains mainly: red. Hex color #E576DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E576DA is #1A8925. Grayscale: #A2A2A2. Windows color (decimal): -1739046 or 14317285. OLE color: 14317285.

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

Color convert

RGB229118218-
CMYK00.480.050.10
HSL305.95º68.1%68.04%-
HSV(B)305.95º48.47%89.8%-
XYZ51.4534.6870.31-
YUV162.59159.27175.37-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.53%
GREEN value IS 118 (46.48% from 255) = 20.88%
BLUE value IS 218 (85.55% from 255) = 38.58%
R=40.53%
G=20.88%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911821800.480.050.10305.9568.168.04
HexE576DA0305A1324444
Octal345166332060512462104104
Binary111001011110110110110100110000101101010011001010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e576da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e576da; }

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

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

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

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

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

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

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

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