#E47FAF

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

Shades of Persian Pink #E47FAF

Tints of Persian Pink #E47FAF

Color information

#E47FAF (or 0xE47FAF) is unknown color: approx Persian Pink. HEX triplet: E4, 7F and AF. RGB value is (228,127,175). Sum of RGB (Red+Green+Blue) = 228+127+175=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 228 - color contains mainly: red. Hex color #E47FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47FAF is #1B8050. Grayscale: #A2A2A2. Windows color (decimal): -1802321 or 11501540. OLE color: 11501540.

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

Color convert

RGB228127175-
CMYK00.440.230.11
HSL331.49º65.16%69.61%-
HSV(B)331.49º44.3%89.41%-
XYZ47.3234.7744.77-
YUV162.67134.96174.6-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.02%
GREEN value IS 127 (50% from 255) = 23.96%
BLUE value IS 175 (68.75% from 255) = 33.02%
R=43.02%
G=23.96%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812717500.440.230.11331.4965.1669.61
HexE47FAF02C17B14b4146
Octal3441772570542713513101106
Binary11100100111111110101111010110010111101110100101110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47FAF; }

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

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

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

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

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

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

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

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