#E174C1

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

Shades of Persian Pink #E174C1

Tints of Persian Pink #E174C1

Color information

#E174C1 (or 0xE174C1) is unknown color: approx Persian Pink. HEX triplet: E1, 74 and C1. RGB value is (225,116,193). Sum of RGB (Red+Green+Blue) = 225+116+193=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E174C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E174C1 is #1E8B3E. Grayscale: #9D9D9D. Windows color (decimal): -2001727 or 12678369. OLE color: 12678369.

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

Color convert

RGB225116193-
CMYK00.480.140.12
HSL317.61º64.5%66.86%-
HSV(B)317.61º48.44%88.24%-
XYZ46.9232.3554.22-
YUV157.37148.11176.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.13%
GREEN value IS 116 (45.70% from 255) = 21.72%
BLUE value IS 193 (75.78% from 255) = 36.14%
R=42.13%
G=21.72%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511619300.480.140.12317.6164.566.86
HexE174C1030EC13e4043
Octal3411643010601614476100103
Binary1110000111101001100000101100001110110010011111010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E174C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E174C1; }

 p { color: rgb(225,116,193); }

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

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

 a { background-color: rgb(225,116,193); }

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

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

 span { border-color: rgb(225,116,193); }

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