#E175B0

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

Shades of Persian Pink #E175B0

Tints of Persian Pink #E175B0

Color information

#E175B0 (or 0xE175B0) is unknown color: approx Persian Pink. HEX triplet: E1, 75 and B0. RGB value is (225,117,176). Sum of RGB (Red+Green+Blue) = 225+117+176=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E175B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E175B0 is #1E8A4F. Grayscale: #9B9B9B. Windows color (decimal): -2001488 or 11564513. OLE color: 11564513.

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

Color convert

RGB225117176-
CMYK00.480.220.12
HSL327.22º64.29%67.06%-
HSV(B)327.22º48%88.24%-
XYZ45.2531.8644.84-
YUV156.02139.28177.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.44%
GREEN value IS 117 (46.09% from 255) = 22.59%
BLUE value IS 176 (69.14% from 255) = 33.98%
R=43.44%
G=22.59%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511717600.480.220.12327.2264.2967.06
HexE175B003016C1474043
Octal3411652600602614507100103
Binary11100001111010110110000011000010110110010100011110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E175B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E175B0; }

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

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

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

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

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

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

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

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