#E479BF

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

Shades of Persian Pink #E479BF

Tints of Persian Pink #E479BF

Color information

#E479BF (or 0xE479BF) is unknown color: approx Persian Pink. HEX triplet: E4, 79 and BF. RGB value is (228,121,191). Sum of RGB (Red+Green+Blue) = 228+121+191=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 228 - color contains mainly: red. Hex color #E479BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E479BF is #1B8640. Grayscale: #A0A0A0. Windows color (decimal): -1803841 or 12548580. OLE color: 12548580.

HSL color Cylindrical-coordinate representation of color #E479BF: hue angle of 320.75º 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 #E479BF is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB228121191-
CMYK00.470.160.11
HSL320.75º66.46%68.43%-
HSV(B)320.75º46.93%89.41%-
XYZ48.2433.9353.3-
YUV160.97144.95175.81-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.22%
GREEN value IS 121 (47.66% from 255) = 22.41%
BLUE value IS 191 (75% from 255) = 35.37%
R=42.22%
G=22.41%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812119100.470.160.11320.7566.4668.43
HexE479BF02F10B1414244
Octal3441712770572013501102104
Binary11100100111100110111111010111110000101110100000110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E479BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E479BF; }

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

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

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

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

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

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

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

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