#E575CB

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

Shades of Orchid #E575CB

Tints of Orchid #E575CB

Color information

#E575CB (or 0xE575CB) is unknown color: approx Orchid. HEX triplet: E5, 75 and CB. RGB value is (229,117,203). Sum of RGB (Red+Green+Blue) = 229+117+203=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E575CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575CB is #1A8A34. Grayscale: #A0A0A0. Windows color (decimal): -1739317 or 13333989. OLE color: 13333989.

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

Color convert

RGB229117203-
CMYK00.490.110.10
HSL313.93º68.29%67.84%-
HSV(B)313.93º48.91%89.8%-
XYZ49.4533.6960.4-
YUV160.29152.11177.01-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.71%
GREEN value IS 117 (46.09% from 255) = 21.31%
BLUE value IS 203 (79.69% from 255) = 36.98%
R=41.71%
G=21.31%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911720300.490.110.10313.9368.2967.84
HexE575CB031BA13a4444
Octal3451653130611312472104104
Binary1110010111101011100101101100011011101010011101010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E575CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E575CB; }

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

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

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

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

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

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

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

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