#E172DA

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

Shades of Orchid #E172DA

Tints of Orchid #E172DA

Color information

#E172DA (or 0xE172DA) is unknown color: approx Orchid. HEX triplet: E1, 72 and DA. RGB value is (225,114,218). Sum of RGB (Red+Green+Blue) = 225+114+218=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 114 (44.92% from 255 or 20.47% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E172DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172DA is #1E8D25. Grayscale: #9E9E9E. Windows color (decimal): -2002214 or 14316257. OLE color: 14316257.

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

Color convert

RGB225114218-
CMYK00.490.030.12
HSL303.78º64.91%66.47%-
HSV(B)303.78º49.33%88.24%-
XYZ49.7233.170.1-
YUV159.04161.27175.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.39%
GREEN value IS 114 (44.92% from 255) = 20.47%
BLUE value IS 218 (85.55% from 255) = 39.14%
R=40.39%
G=20.47%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511421800.490.030.12303.7864.9166.47
HexE172DA0313C1304142
Octal341162332061314460101102
Binary11100001111001011011010011000111110010011000010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E172DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E172DA; }

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

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

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

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

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

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

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

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