#E47DB9

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

Shades of Persian Pink #E47DB9

Tints of Persian Pink #E47DB9

Color information

#E47DB9 (or 0xE47DB9) is unknown color: approx Persian Pink. HEX triplet: E4, 7D and B9. RGB value is (228,125,185). Sum of RGB (Red+Green+Blue) = 228+125+185=538 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.38% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47DB9 is #1B8246. Grayscale: #A2A2A2. Windows color (decimal): -1802823 or 12156388. OLE color: 12156388.

HSL color Cylindrical-coordinate representation of color #E47DB9: hue angle of 325.05º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E47DB9 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB228125185-
CMYK00.450.190.11
HSL325.05º65.61%69.22%-
HSV(B)325.05º45.18%89.41%-
XYZ48.0934.6650.06-
YUV162.64140.62174.62-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.38%
GREEN value IS 125 (49.22% from 255) = 23.23%
BLUE value IS 185 (72.66% from 255) = 34.39%
R=42.38%
G=23.23%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812518500.450.190.11325.0565.6169.22
HexE47DB902D13B1454245
Octal3441752710552313505102105
Binary11100100111110110111001010110110011101110100010110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47DB9; }

 p { color: rgb(228,125,185); }

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

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

 a { background-color: rgb(228,125,185); }

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

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

 span { border-color: rgb(228,125,185); }

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