#E479C7

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

Shades of Persian Pink #E479C7

Tints of Persian Pink #E479C7

Color information

#E479C7 (or 0xE479C7) is unknown color: approx Persian Pink. HEX triplet: E4, 79 and C7. RGB value is (228,121,199). Sum of RGB (Red+Green+Blue) = 228+121+199=548 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.61% from 548); Green value is 121 (47.66% from 255 or 22.08% from 548); Blue value is 199 (78.12% from 255 or 36.31% from 548); Max value from RGB is 228 - color contains mainly: red. Hex color #E479C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E479C7 is #1B8638. Grayscale: #A1A1A1. Windows color (decimal): -1803833 or 13072868. OLE color: 13072868.

HSL color Cylindrical-coordinate representation of color #E479C7: hue angle of 316.26º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E479C7 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB228121199-
CMYK00.470.130.11
HSL316.26º66.46%68.43%-
HSV(B)316.26º46.93%89.41%-
XYZ49.1434.2958.06-
YUV161.89148.95175.16-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.61%
GREEN value IS 121 (47.66% from 255) = 22.08%
BLUE value IS 199 (78.12% from 255) = 36.31%
R=41.61%
G=22.08%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812119900.470.130.11316.2666.4668.43
HexE479C702FDB13c4244
Octal3441713070571513474102104
Binary1110010011110011100011101011111101101110011110010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E479C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E479C7; }

 p { color: rgb(228,121,199); }

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

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

 a { background-color: rgb(228,121,199); }

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

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

 span { border-color: rgb(228,121,199); }

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