#E474B1

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

Shades of Persian Pink #E474B1

Tints of Persian Pink #E474B1

Color information

#E474B1 (or 0xE474B1) is unknown color: approx Persian Pink. HEX triplet: E4, 74 and B1. RGB value is (228,116,177). Sum of RGB (Red+Green+Blue) = 228+116+177=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 228 - color contains mainly: red. Hex color #E474B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E474B1 is #1B8B4E. Grayscale: #9C9C9C. Windows color (decimal): -1805135 or 11629796. OLE color: 11629796.

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

Color convert

RGB228116177-
CMYK00.490.220.11
HSL327.32º67.47%67.45%-
HSV(B)327.32º49.12%89.41%-
XYZ46.1832.1645.37-
YUV156.44139.61179.04-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.76%
GREEN value IS 116 (45.70% from 255) = 22.26%
BLUE value IS 177 (69.53% from 255) = 33.97%
R=43.76%
G=22.26%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811617700.490.220.11327.3267.4767.45
HexE474B103116B1474343
Octal3441642610612613507103103
Binary11100100111010010110001011000110110101110100011110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E474B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E474B1; }

 p { color: rgb(228,116,177); }

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

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

 a { background-color: rgb(228,116,177); }

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

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

 span { border-color: rgb(228,116,177); }

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