#E181DE

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

Shades of Orchid #E181DE

Tints of Orchid #E181DE

Color information

#E181DE (or 0xE181DE) is unknown color: approx Orchid. HEX triplet: E1, 81 and DE. RGB value is (225,129,222). Sum of RGB (Red+Green+Blue) = 225+129+222=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E181DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181DE is #1E7E21. Grayscale: #A8A8A8. Windows color (decimal): -1998370 or 14582241. OLE color: 14582241.

HSL color Cylindrical-coordinate representation of color #E181DE: hue angle of 301.88º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E181DE is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB225129222-
CMYK00.430.010.12
HSL301.88º61.54%69.41%-
HSV(B)301.88º42.67%88.24%-
XYZ52.0936.9873.5-
YUV168.31158.3168.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.06%
GREEN value IS 129 (50.78% from 255) = 22.40%
BLUE value IS 222 (87.11% from 255) = 38.54%
R=39.06%
G=22.40%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512922200.430.010.12301.8861.5469.41
HexE181DE02B1C12e3e45
Octal34120133605311445676105
Binary1110000110000001110111100101011111001001011101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E181DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E181DE; }

 p { color: rgb(225,129,222); }

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

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

 a { background-color: rgb(225,129,222); }

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

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

 span { border-color: rgb(225,129,222); }

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