#E47FB4

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

Shades of Persian Pink #E47FB4

Tints of Persian Pink #E47FB4

Color information

#E47FB4 (or 0xE47FB4) is unknown color: approx Persian Pink. HEX triplet: E4, 7F and B4. RGB value is (228,127,180). Sum of RGB (Red+Green+Blue) = 228+127+180=535 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.62% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 228 - color contains mainly: red. Hex color #E47FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47FB4 is #1B804B. Grayscale: #A3A3A3. Windows color (decimal): -1802316 or 11829220. OLE color: 11829220.

HSL color Cylindrical-coordinate representation of color #E47FB4: hue angle of 328.51º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E47FB4 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB228127180-
CMYK00.440.210.11
HSL328.51º65.16%69.61%-
HSV(B)328.51º44.3%89.41%-
XYZ47.8234.9747.41-
YUV163.24137.46174.19-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.62%
GREEN value IS 127 (50% from 255) = 23.74%
BLUE value IS 180 (70.70% from 255) = 33.64%
R=42.62%
G=23.74%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812718000.440.210.11328.5165.1669.61
HexE47FB402C15B1494146
Octal3441772640542513511101106
Binary11100100111111110110100010110010101101110100100110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47FB4; }

 p { color: rgb(228,127,180); }

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

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

 a { background-color: rgb(228,127,180); }

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

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

 span { border-color: rgb(228,127,180); }

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