#E170CB

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

Shades of Orchid #E170CB

Tints of Orchid #E170CB

Color information

#E170CB (or 0xE170CB) is unknown color: approx Orchid. HEX triplet: E1, 70 and CB. RGB value is (225,112,203). Sum of RGB (Red+Green+Blue) = 225+112+203=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E170CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E170CB is #1E8F34. Grayscale: #9B9B9B. Windows color (decimal): -2002741 or 13332705. OLE color: 13332705.

HSL color Cylindrical-coordinate representation of color #E170CB: hue angle of 311.68º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E170CB is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB225112203-
CMYK00.500.100.12
HSL311.68º65.32%66.08%-
HSV(B)311.68º50.22%88.24%-
XYZ47.6231.9160.15-
YUV156.16154.44177.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.67%
GREEN value IS 112 (44.14% from 255) = 20.74%
BLUE value IS 203 (79.69% from 255) = 37.59%
R=41.67%
G=20.74%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511220300.500.100.12311.6865.3266.08
HexE170CB032AC1384142
Octal3411603130621214470101102
Binary1110000111100001100101101100101010110010011100010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E170CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E170CB; }

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

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

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

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

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

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

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

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