#E47FBF

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

Shades of Persian Pink #E47FBF

Tints of Persian Pink #E47FBF

Color information

#E47FBF (or 0xE47FBF) is unknown color: approx Persian Pink. HEX triplet: E4, 7F and BF. RGB value is (228,127,191). Sum of RGB (Red+Green+Blue) = 228+127+191=546 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.76% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 228 - color contains mainly: red. Hex color #E47FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47FBF is #1B8040. Grayscale: #A4A4A4. Windows color (decimal): -1802305 or 12550116. OLE color: 12550116.

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

Color convert

RGB228127191-
CMYK00.440.160.11
HSL321.98º65.16%69.61%-
HSV(B)321.98º44.3%89.41%-
XYZ48.9935.4353.55-
YUV164.5142.96173.3-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.76%
GREEN value IS 127 (50% from 255) = 23.26%
BLUE value IS 191 (75% from 255) = 34.98%
R=41.76%
G=23.26%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812719100.440.160.11321.9865.1669.61
HexE47FBF02C10B1424146
Octal3441772770542013502101106
Binary11100100111111110111111010110010000101110100001010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47FBF; }

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

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

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

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

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

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

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

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