#E184DB

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

Shades of Orchid #E184DB

Tints of Orchid #E184DB

Color information

#E184DB (or 0xE184DB) is unknown color: approx Orchid. HEX triplet: E1, 84 and DB. RGB value is (225,132,219). Sum of RGB (Red+Green+Blue) = 225+132+219=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 132 (51.95% from 255 or 22.92% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E184DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E184DB is #1E7B24. Grayscale: #A9A9A9. Windows color (decimal): -1997605 or 14386401. OLE color: 14386401.

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

Color convert

RGB225132219-
CMYK00.410.030.12
HSL303.87º60.78%70%-
HSV(B)303.87º41.33%88.24%-
XYZ52.0937.6271.53-
YUV169.72155.81167.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.06%
GREEN value IS 132 (51.95% from 255) = 22.92%
BLUE value IS 219 (85.94% from 255) = 38.02%
R=39.06%
G=22.92%
B=38.02%

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
Decimal22513221900.410.030.12303.8760.7870
HexE184DB0293C1303d46
Octal34120433305131446075106
Binary11100001100001001101101101010011111001001100001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E184DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E184DB; }

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

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

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

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

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

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

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

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