#E574D9

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

Shades of Orchid #E574D9

Tints of Orchid #E574D9

Color information

#E574D9 (or 0xE574D9) is unknown color: approx Orchid. HEX triplet: E5, 74 and D9. RGB value is (229,116,217). Sum of RGB (Red+Green+Blue) = 229+116+217=562 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.75% from 562); Green value is 116 (45.70% from 255 or 20.64% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 229 - color contains mainly: red. Hex color #E574D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574D9 is #1A8B26. Grayscale: #A1A1A1. Windows color (decimal): -1739559 or 14251237. OLE color: 14251237.

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

Color convert

RGB229116217-
CMYK00.490.050.10
HSL306.37º68.48%67.65%-
HSV(B)306.37º49.34%89.8%-
XYZ51.0834.1669.55-
YUV161.3159.44176.29-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.75%
GREEN value IS 116 (45.70% from 255) = 20.64%
BLUE value IS 217 (85.16% from 255) = 38.61%
R=40.75%
G=20.64%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911621700.490.050.10306.3768.4867.65
HexE574D90315A1324444
Octal345164331061512462104104
Binary111001011110100110110010110001101101010011001010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E574D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E574D9; }

 p { color: rgb(229,116,217); }

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

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

 a { background-color: rgb(229,116,217); }

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

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

 span { border-color: rgb(229,116,217); }

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