#E184DA

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

Shades of Orchid #E184DA

Tints of Orchid #E184DA

Color information

#E184DA (or 0xE184DA) is unknown color: approx Orchid. HEX triplet: E1, 84 and DA. RGB value is (225,132,218). Sum of RGB (Red+Green+Blue) = 225+132+218=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E184DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E184DA is #1E7B25. Grayscale: #A9A9A9. Windows color (decimal): -1997606 or 14320865. OLE color: 14320865.

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

Color convert

RGB225132218-
CMYK00.410.030.12
HSL304.52º60.78%70%-
HSV(B)304.52º41.33%88.24%-
XYZ51.9637.5770.84-
YUV169.61155.31167.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.13%
GREEN value IS 132 (51.95% from 255) = 22.96%
BLUE value IS 218 (85.55% from 255) = 37.91%
R=39.13%
G=22.96%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513221800.410.030.12304.5260.7870
HexE184DA0293C1313d46
Octal34120433205131446175106
Binary11100001100001001101101001010011111001001100011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E184DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E184DA; }

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

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

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

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

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

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

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

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