#E576DD

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

Shades of Orchid #E576DD

Tints of Orchid #E576DD

Color information

#E576DD (or 0xE576DD) is unknown color: approx Orchid. HEX triplet: E5, 76 and DD. RGB value is (229,118,221). Sum of RGB (Red+Green+Blue) = 229+118+221=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 118 (46.48% from 255 or 20.77% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 229 - color contains mainly: red. Hex color #E576DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E576DD is #1A8922. Grayscale: #A2A2A2. Windows color (decimal): -1739043 or 14513893. OLE color: 14513893.

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

Color convert

RGB229118221-
CMYK00.480.030.10
HSL304.32º68.1%68.04%-
HSV(B)304.32º48.47%89.8%-
XYZ51.8434.8472.4-
YUV162.93160.77175.12-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.32%
GREEN value IS 118 (46.48% from 255) = 20.77%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=40.32%
G=20.77%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911822100.480.030.10304.3268.168.04
HexE576DD0303A1304444
Octal345166335060312460104104
Binary11100101111011011011101011000011101010011000010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E576DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E576DD; }

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

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

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

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

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

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

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

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