#E182DA

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

Shades of Orchid #E182DA

Tints of Orchid #E182DA

Color information

#E182DA (or 0xE182DA) is unknown color: approx Orchid. HEX triplet: E1, 82 and DA. RGB value is (225,130,218). Sum of RGB (Red+Green+Blue) = 225+130+218=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 130 (51.17% from 255 or 22.69% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E182DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182DA is #1E7D25. Grayscale: #A8A8A8. Windows color (decimal): -1998118 or 14320353. OLE color: 14320353.

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

Color convert

RGB225130218-
CMYK00.420.030.12
HSL304.42º61.29%69.61%-
HSV(B)304.42º42.22%88.24%-
XYZ51.6937.0370.75-
YUV168.44155.97168.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.27%
GREEN value IS 130 (51.17% from 255) = 22.69%
BLUE value IS 218 (85.55% from 255) = 38.05%
R=39.27%
G=22.69%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513021800.420.030.12304.4261.2969.61
HexE182DA02A3C1303d46
Octal34120233205231446075106
Binary11100001100000101101101001010101111001001100001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E182DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E182DA; }

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

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

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

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

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

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

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

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