#E17ADA

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

Shades of Orchid #E17ADA

Tints of Orchid #E17ADA

Color information

#E17ADA (or 0xE17ADA) is unknown color: approx Orchid. HEX triplet: E1, 7A and DA. RGB value is (225,122,218). Sum of RGB (Red+Green+Blue) = 225+122+218=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 122 (48.05% from 255 or 21.59% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E17ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17ADA is #1E8525. Grayscale: #A3A3A3. Windows color (decimal): -2000166 or 14318305. OLE color: 14318305.

HSL color Cylindrical-coordinate representation of color #E17ADA: hue angle of 304.08º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E17ADA is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB225122218-
CMYK00.460.030.12
HSL304.08º63.19%68.04%-
HSV(B)304.08º45.78%88.24%-
XYZ50.6734.9970.41-
YUV163.74158.62171.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.82%
GREEN value IS 122 (48.05% from 255) = 21.59%
BLUE value IS 218 (85.55% from 255) = 38.58%
R=39.82%
G=21.59%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512221800.460.030.12304.0863.1968.04
HexE17ADA02E3C1303f44
Octal34117233205631446077104
Binary1110000111110101101101001011101111001001100001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17ADA; }

 p { color: rgb(225,122,218); }

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

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

 a { background-color: rgb(225,122,218); }

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

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

 span { border-color: rgb(225,122,218); }

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