#E477B6

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

Shades of Persian Pink #E477B6

Tints of Persian Pink #E477B6

Color information

#E477B6 (or 0xE477B6) is unknown color: approx Persian Pink. HEX triplet: E4, 77 and B6. RGB value is (228,119,182). Sum of RGB (Red+Green+Blue) = 228+119+182=529 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.10% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 228 - color contains mainly: red. Hex color #E477B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E477B6 is #1B8849. Grayscale: #9E9E9E. Windows color (decimal): -1804362 or 11958244. OLE color: 11958244.

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

Color convert

RGB228119182-
CMYK00.480.200.11
HSL325.32º66.87%68.04%-
HSV(B)325.32º47.81%89.41%-
XYZ47.0433.0748.16-
YUV158.77141.11177.38-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.10%
GREEN value IS 119 (46.88% from 255) = 22.50%
BLUE value IS 182 (71.48% from 255) = 34.40%
R=43.10%
G=22.50%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811918200.480.200.11325.3266.8768.04
HexE477B603014B1454344
Octal3441672660602413505103104
Binary11100100111011110110110011000010100101110100010110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E477B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E477B6; }

 p { color: rgb(228,119,182); }

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

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

 a { background-color: rgb(228,119,182); }

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

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

 span { border-color: rgb(228,119,182); }

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