#E472B1

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

Shades of Persian Pink #E472B1

Tints of Persian Pink #E472B1

Color information

#E472B1 (or 0xE472B1) is unknown color: approx Persian Pink. HEX triplet: E4, 72 and B1. RGB value is (228,114,177). Sum of RGB (Red+Green+Blue) = 228+114+177=519 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.93% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 228 - color contains mainly: red. Hex color #E472B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E472B1 is #1B8D4E. Grayscale: #9B9B9B. Windows color (decimal): -1805647 or 11629284. OLE color: 11629284.

HSL color Cylindrical-coordinate representation of color #E472B1: hue angle of 326.84º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E472B1 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB228114177-
CMYK00.500.220.11
HSL326.84º67.86%67.06%-
HSV(B)326.84º50%89.41%-
XYZ45.9531.745.29-
YUV155.27140.27179.88-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.93%
GREEN value IS 114 (44.92% from 255) = 21.97%
BLUE value IS 177 (69.53% from 255) = 34.10%
R=43.93%
G=21.97%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811417700.500.220.11326.8467.8667.06
HexE472B103216B1474443
Octal3441622610622613507104103
Binary11100100111001010110001011001010110101110100011110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E472B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E472B1; }

 p { color: rgb(228,114,177); }

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

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

 a { background-color: rgb(228,114,177); }

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

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

 span { border-color: rgb(228,114,177); }

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