#E170BE

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

Shades of Persian Pink #E170BE

Tints of Persian Pink #E170BE

Color information

#E170BE (or 0xE170BE) is unknown color: approx Persian Pink. HEX triplet: E1, 70 and BE. RGB value is (225,112,190). Sum of RGB (Red+Green+Blue) = 225+112+190=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E170BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E170BE is #1E8F41. Grayscale: #9A9A9A. Windows color (decimal): -2002754 or 12480737. OLE color: 12480737.

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

Color convert

RGB225112190-
CMYK00.500.160.12
HSL318.58º65.32%66.08%-
HSV(B)318.58º50.22%88.24%-
XYZ46.1431.3152.33-
YUV154.68147.94178.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.69%
GREEN value IS 112 (44.14% from 255) = 21.25%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=42.69%
G=21.25%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511219000.500.160.12318.5865.3266.08
HexE170BE03210C13f4142
Octal3411602760622014477101102
Binary11100001111000010111110011001010000110010011111110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E170BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E170BE; }

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

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

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

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

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

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

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

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