#E184D7

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

Shades of Orchid #E184D7

Tints of Orchid #E184D7

Color information

#E184D7 (or 0xE184D7) is unknown color: approx Orchid. HEX triplet: E1, 84 and D7. RGB value is (225,132,215). Sum of RGB (Red+Green+Blue) = 225+132+215=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 132 (51.95% from 255 or 23.08% from 572); Blue value is 215 (84.38% from 255 or 37.59% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E184D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E184D7 is #1E7B28. Grayscale: #A9A9A9. Windows color (decimal): -1997609 or 14124257. OLE color: 14124257.

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

Color convert

RGB225132215-
CMYK00.410.040.12
HSL306.45º60.78%70%-
HSV(B)306.45º41.33%88.24%-
XYZ51.5737.4268.79-
YUV169.27153.81167.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.34%
GREEN value IS 132 (51.95% from 255) = 23.08%
BLUE value IS 215 (84.38% from 255) = 37.59%
R=39.34%
G=23.08%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513221500.410.040.12306.4560.7870
HexE184D70294C1323d46
Octal34120432705141446275106
Binary111000011000010011010111010100110011001001100101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E184D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E184D7; }

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

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

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

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

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

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

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

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