#E181C9

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

Shades of Orchid #E181C9

Tints of Orchid #E181C9

Color information

#E181C9 (or 0xE181C9) is unknown color: approx Orchid. HEX triplet: E1, 81 and C9. RGB value is (225,129,201). Sum of RGB (Red+Green+Blue) = 225+129+201=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E181C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181C9 is #1E7E36. Grayscale: #A5A5A5. Windows color (decimal): -1998391 or 13205985. OLE color: 13205985.

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

Color convert

RGB225129201-
CMYK00.430.110.12
HSL315º61.54%69.41%-
HSV(B)315º42.67%88.24%-
XYZ49.4435.9359.59-
YUV165.91147.8170.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.54%
GREEN value IS 129 (50.78% from 255) = 23.24%
BLUE value IS 201 (78.91% from 255) = 36.22%
R=40.54%
G=23.24%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512920100.430.110.1231561.5469.41
HexE181C902BBC13b3e45
Octal341201311053131447376105
Binary1110000110000001110010010101011101111001001110111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E181C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E181C9; }

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

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

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

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

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

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

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

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