#E575E0

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

Shades of Orchid #E575E0

Tints of Orchid #E575E0

Color information

#E575E0 (or 0xE575E0) is unknown color: approx Orchid. HEX triplet: E5, 75 and E0. RGB value is (229,117,224). Sum of RGB (Red+Green+Blue) = 229+117+224=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E575E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575E0 is #1A8A1F. Grayscale: #A2A2A2. Windows color (decimal): -1739296 or 14710245. OLE color: 14710245.

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

Color convert

RGB229117224-
CMYK00.490.020.10
HSL302.68º68.29%67.84%-
HSV(B)302.68º48.91%89.8%-
XYZ52.1334.7674.48-
YUV162.69162.61175.3-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.18%
GREEN value IS 117 (46.09% from 255) = 20.53%
BLUE value IS 224 (87.89% from 255) = 39.30%
R=40.18%
G=20.53%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911722400.490.020.10302.6868.2967.84
HexE575E00312A12f4444
Octal345165340061212457104104
Binary11100101111010111100000011000110101010010111110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E575E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E575E0; }

 p { color: rgb(229,117,224); }

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

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

 a { background-color: rgb(229,117,224); }

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

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

 span { border-color: rgb(229,117,224); }

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