#E175B1

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

Shades of Persian Pink #E175B1

Tints of Persian Pink #E175B1

Color information

#E175B1 (or 0xE175B1) is unknown color: approx Persian Pink. HEX triplet: E1, 75 and B1. RGB value is (225,117,177). Sum of RGB (Red+Green+Blue) = 225+117+177=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E175B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E175B1 is #1E8A4E. Grayscale: #9C9C9C. Windows color (decimal): -2001487 or 11630049. OLE color: 11630049.

HSL color Cylindrical-coordinate representation of color #E175B1: hue angle of 326.67º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E175B1 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB225117177-
CMYK00.480.210.12
HSL326.67º64.29%67.06%-
HSV(B)326.67º48%88.24%-
XYZ45.3531.945.36-
YUV156.13139.78177.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.35%
GREEN value IS 117 (46.09% from 255) = 22.54%
BLUE value IS 177 (69.53% from 255) = 34.10%
R=43.35%
G=22.54%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511717700.480.210.12326.6764.2967.06
HexE175B103015C1474043
Octal3411652610602514507100103
Binary11100001111010110110001011000010101110010100011110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E175B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E175B1; }

 p { color: rgb(225,117,177); }

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

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

 a { background-color: rgb(225,117,177); }

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

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

 span { border-color: rgb(225,117,177); }

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