#E478B0

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

Shades of Persian Pink #E478B0

Tints of Persian Pink #E478B0

Color information

#E478B0 (or 0xE478B0) is unknown color: approx Persian Pink. HEX triplet: E4, 78 and B0. RGB value is (228,120,176). Sum of RGB (Red+Green+Blue) = 228+120+176=524 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.51% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 228 - color contains mainly: red. Hex color #E478B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E478B0 is #1B874F. Grayscale: #9E9E9E. Windows color (decimal): -1804112 or 11565284. OLE color: 11565284.

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

Color convert

RGB228120176-
CMYK00.470.230.11
HSL328.89º66.67%68.24%-
HSV(B)328.89º47.37%89.41%-
XYZ46.5533.0645-
YUV158.68137.78177.45-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.51%
GREEN value IS 120 (47.27% from 255) = 22.90%
BLUE value IS 176 (69.14% from 255) = 33.59%
R=43.51%
G=22.90%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812017600.470.230.11328.8966.6768.24
HexE478B002F17B1494344
Octal3441702600572713511103104
Binary11100100111100010110000010111110111101110100100110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E478B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E478B0; }

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

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

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

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

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

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

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

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