#E175E0

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

Shades of Orchid #E175E0

Tints of Orchid #E175E0

Color information

#E175E0 (or 0xE175E0) is unknown color: approx Orchid. HEX triplet: E1, 75 and E0. RGB value is (225,117,224). Sum of RGB (Red+Green+Blue) = 225+117+224=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 117 (46.09% from 255 or 20.67% from 566); Blue value is 224 (87.89% from 255 or 39.58% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E175E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175E0 is #1E8A1F. Grayscale: #A1A1A1. Windows color (decimal): -2001440 or 14710241. OLE color: 14710241.

HSL color Cylindrical-coordinate representation of color #E175E0: hue angle of 300.56º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E175E0 is Cyan = 0, Magento = 0.48, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB225117224-
CMYK00.480.000.12
HSL300.56º64.29%67.06%-
HSV(B)300.56º48%88.24%-
XYZ50.8734.1174.42-
YUV161.49163.28173.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.75%
GREEN value IS 117 (46.09% from 255) = 20.67%
BLUE value IS 224 (87.89% from 255) = 39.58%
R=39.75%
G=20.67%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511722400.480.000.12300.5664.2967.06
HexE175E00300C12d4043
Octal341165340060014455100103
Binary1110000111101011110000001100000110010010110110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E175E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E175E0; }

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

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

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

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

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

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

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

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