#E478AE

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

Shades of Persian Pink #E478AE

Tints of Persian Pink #E478AE

Color information

#E478AE (or 0xE478AE) is unknown color: approx Persian Pink. HEX triplet: E4, 78 and AE. RGB value is (228,120,174). Sum of RGB (Red+Green+Blue) = 228+120+174=522 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.68% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 228 - color contains mainly: red. Hex color #E478AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E478AE is #1B8751. Grayscale: #9E9E9E. Windows color (decimal): -1804114 or 11434212. OLE color: 11434212.

HSL color Cylindrical-coordinate representation of color #E478AE: hue angle of 330º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E478AE is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB228120174-
CMYK00.470.240.11
HSL330º66.67%68.24%-
HSV(B)330º47.37%89.41%-
XYZ46.3532.9843.97-
YUV158.45136.78177.61-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.68%
GREEN value IS 120 (47.27% from 255) = 22.99%
BLUE value IS 174 (68.36% from 255) = 33.33%
R=43.68%
G=22.99%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812017400.470.240.1133066.6768.24
HexE478AE02F18B14a4344
Octal3441702560573013512103104
Binary11100100111100010101110010111111000101110100101010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E478AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E478AE; }

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

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

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

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

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

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

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

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