#E181CB

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

Shades of Orchid #E181CB

Tints of Orchid #E181CB

Color information

#E181CB (or 0xE181CB) is unknown color: approx Orchid. HEX triplet: E1, 81 and CB. RGB value is (225,129,203). Sum of RGB (Red+Green+Blue) = 225+129+203=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E181CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181CB is #1E7E34. Grayscale: #A5A5A5. Windows color (decimal): -1998389 or 13337057. OLE color: 13337057.

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

Color convert

RGB225129203-
CMYK00.430.100.12
HSL313.75º61.54%69.41%-
HSV(B)313.75º42.67%88.24%-
XYZ49.6836.0260.83-
YUV166.14148.8169.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.39%
GREEN value IS 129 (50.78% from 255) = 23.16%
BLUE value IS 203 (79.69% from 255) = 36.45%
R=40.39%
G=23.16%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512920300.430.100.12313.7561.5469.41
HexE181CB02BAC13a3e45
Octal341201313053121447276105
Binary1110000110000001110010110101011101011001001110101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E181CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E181CB; }

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

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

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

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

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

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

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

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