#E480B5

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

Shades of Persian Pink #E480B5

Tints of Persian Pink #E480B5

Color information

#E480B5 (or 0xE480B5) is unknown color: approx Persian Pink. HEX triplet: E4, 80 and B5. RGB value is (228,128,181). Sum of RGB (Red+Green+Blue) = 228+128+181=537 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.46% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 228 - color contains mainly: red. Hex color #E480B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E480B5 is #1B7F4A. Grayscale: #A3A3A3. Windows color (decimal): -1802059 or 11895012. OLE color: 11895012.

HSL color Cylindrical-coordinate representation of color #E480B5: hue angle of 328.2º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E480B5 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB228128181-
CMYK00.440.210.11
HSL328.2º64.94%69.8%-
HSV(B)328.2º43.86%89.41%-
XYZ48.0535.2747.99-
YUV163.94137.63173.69-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.46%
GREEN value IS 128 (50.39% from 255) = 23.84%
BLUE value IS 181 (71.09% from 255) = 33.71%
R=42.46%
G=23.84%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812818100.440.210.11328.264.9469.8
HexE480B502C15B1484146
Octal3442002650542513510101106
Binary111001001000000010110101010110010101101110100100010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E480B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E480B5; }

 p { color: rgb(228,128,181); }

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

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

 a { background-color: rgb(228,128,181); }

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

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

 span { border-color: rgb(228,128,181); }

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