#E477BB

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

Shades of Persian Pink #E477BB

Tints of Persian Pink #E477BB

Color information

#E477BB (or 0xE477BB) is unknown color: approx Persian Pink. HEX triplet: E4, 77 and BB. RGB value is (228,119,187). Sum of RGB (Red+Green+Blue) = 228+119+187=534 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.70% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 228 - color contains mainly: red. Hex color #E477BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E477BB is #1B8844. Grayscale: #9F9F9F. Windows color (decimal): -1804357 or 12285924. OLE color: 12285924.

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

Color convert

RGB228119187-
CMYK00.480.180.11
HSL322.57º66.87%68.04%-
HSV(B)322.57º47.81%89.41%-
XYZ47.5633.2850.93-
YUV159.34143.61176.97-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.70%
GREEN value IS 119 (46.88% from 255) = 22.28%
BLUE value IS 187 (73.44% from 255) = 35.02%
R=42.70%
G=22.28%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811918700.480.180.11322.5766.8768.04
HexE477BB03012B1434344
Octal3441672730602213503103104
Binary11100100111011110111011011000010010101110100001110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E477BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E477BB; }

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

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

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

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

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

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

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

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