#E47EAE

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

Shades of Persian Pink #E47EAE

Tints of Persian Pink #E47EAE

Color information

#E47EAE (or 0xE47EAE) is unknown color: approx Persian Pink. HEX triplet: E4, 7E and AE. RGB value is (228,126,174). Sum of RGB (Red+Green+Blue) = 228+126+174=528 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.18% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 228 - color contains mainly: red. Hex color #E47EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47EAE is #1B8151. Grayscale: #A1A1A1. Windows color (decimal): -1802578 or 11435748. OLE color: 11435748.

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

Color convert

RGB228126174-
CMYK00.450.240.11
HSL331.76º65.38%69.41%-
HSV(B)331.76º44.74%89.41%-
XYZ47.134.4744.22-
YUV161.97134.79175.1-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.18%
GREEN value IS 126 (49.61% from 255) = 23.86%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=43.18%
G=23.86%
B=32.95%

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
Decimal22812617400.450.240.11331.7665.3869.41
HexE47EAE02D18B14c4145
Octal3441762560553013514101105
Binary11100100111111010101110010110111000101110100110010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47EAE; }

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

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

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

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

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

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

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

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