#E471B1

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

Shades of Persian Pink #E471B1

Tints of Persian Pink #E471B1

Color information

#E471B1 (or 0xE471B1) is unknown color: approx Persian Pink. HEX triplet: E4, 71 and B1. RGB value is (228,113,177). Sum of RGB (Red+Green+Blue) = 228+113+177=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 228 - color contains mainly: red. Hex color #E471B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E471B1 is #1B8E4E. Grayscale: #9A9A9A. Windows color (decimal): -1805903 or 11629028. OLE color: 11629028.

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

Color convert

RGB228113177-
CMYK00.500.220.11
HSL326.61º68.05%66.86%-
HSV(B)326.61º50.44%89.41%-
XYZ45.8431.4845.26-
YUV154.68140.6180.3-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.02%
GREEN value IS 113 (44.53% from 255) = 21.81%
BLUE value IS 177 (69.53% from 255) = 34.17%
R=44.02%
G=21.81%
B=34.17%

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
Decimal22811317700.500.220.11326.6168.0566.86
HexE471B103216B1474443
Octal3441612610622613507104103
Binary11100100111000110110001011001010110101110100011110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E471B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E471B1; }

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

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

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

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

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

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

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

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