#E47DAE

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

Shades of Persian Pink #E47DAE

Tints of Persian Pink #E47DAE

Color information

#E47DAE (or 0xE47DAE) is unknown color: approx Persian Pink. HEX triplet: E4, 7D and AE. RGB value is (228,125,174). Sum of RGB (Red+Green+Blue) = 228+125+174=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47DAE is #1B8251. Grayscale: #A1A1A1. Windows color (decimal): -1802834 or 11435492. OLE color: 11435492.

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

Color convert

RGB228125174-
CMYK00.450.240.11
HSL331.46º65.61%69.22%-
HSV(B)331.46º45.18%89.41%-
XYZ46.9734.2244.17-
YUV161.38135.12175.52-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.26%
GREEN value IS 125 (49.22% from 255) = 23.72%
BLUE value IS 174 (68.36% from 255) = 33.02%
R=43.26%
G=23.72%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812517400.450.240.11331.4665.6169.22
HexE47DAE02D18B14b4245
Octal3441752560553013513102105
Binary11100100111110110101110010110111000101110100101110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47DAE; }

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

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

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

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

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

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

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

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