#E17BC5

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

Shades of Persian Pink #E17BC5

Tints of Persian Pink #E17BC5

Color information

#E17BC5 (or 0xE17BC5) is unknown color: approx Persian Pink. HEX triplet: E1, 7B and C5. RGB value is (225,123,197). Sum of RGB (Red+Green+Blue) = 225+123+197=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17BC5 is #1E843A. Grayscale: #A1A1A1. Windows color (decimal): -1999931 or 12942305. OLE color: 12942305.

HSL color Cylindrical-coordinate representation of color #E17BC5: hue angle of 316.47º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E17BC5 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB225123197-
CMYK00.450.120.12
HSL316.47º62.96%68.24%-
HSV(B)316.47º45.33%88.24%-
XYZ48.2134.256.88-
YUV161.93147.79172.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.28%
GREEN value IS 123 (48.44% from 255) = 22.57%
BLUE value IS 197 (77.34% from 255) = 36.15%
R=41.28%
G=22.57%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512319700.450.120.12316.4762.9668.24
HexE17BC502DCC13c3f44
Octal341173305055141447477104
Binary111000011111011110001010101101110011001001111001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17BC5; }

 p { color: rgb(225,123,197); }

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

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

 a { background-color: rgb(225,123,197); }

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

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

 span { border-color: rgb(225,123,197); }

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