#E174DA

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

Shades of Orchid #E174DA

Tints of Orchid #E174DA

Color information

#E174DA (or 0xE174DA) is unknown color: approx Orchid. HEX triplet: E1, 74 and DA. RGB value is (225,116,218). Sum of RGB (Red+Green+Blue) = 225+116+218=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E174DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E174DA is #1E8B25. Grayscale: #9F9F9F. Windows color (decimal): -2001702 or 14316769. OLE color: 14316769.

HSL color Cylindrical-coordinate representation of color #E174DA: hue angle of 303.85º 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 #E174DA is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB225116218-
CMYK00.480.030.12
HSL303.85º64.5%66.86%-
HSV(B)303.85º48.44%88.24%-
XYZ49.9533.5670.17-
YUV160.22160.61174.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.25%
GREEN value IS 116 (45.70% from 255) = 20.75%
BLUE value IS 218 (85.55% from 255) = 39.00%
R=40.25%
G=20.75%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511621800.480.030.12303.8564.566.86
HexE174DA0303C1304043
Octal341164332060314460100103
Binary11100001111010011011010011000011110010011000010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E174DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E174DA; }

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

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

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

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

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

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

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

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