#E480BD

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

Shades of Persian Pink #E480BD

Tints of Persian Pink #E480BD

Color information

#E480BD (or 0xE480BD) is unknown color: approx Persian Pink. HEX triplet: E4, 80 and BD. RGB value is (228,128,189). Sum of RGB (Red+Green+Blue) = 228+128+189=545 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.83% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 228 - color contains mainly: red. Hex color #E480BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E480BD is #1B7F42. Grayscale: #A4A4A4. Windows color (decimal): -1802051 or 12419300. OLE color: 12419300.

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

Color convert

RGB228128189-
CMYK00.440.170.11
HSL323.4º64.94%69.8%-
HSV(B)323.4º43.86%89.41%-
XYZ48.935.6152.44-
YUV164.85141.63173.04-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.83%
GREEN value IS 128 (50.39% from 255) = 23.49%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=41.83%
G=23.49%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812818900.440.170.11323.464.9469.8
HexE480BD02C11B1434146
Octal3442002750542113503101106
Binary111001001000000010111101010110010001101110100001110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E480BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E480BD; }

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

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

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

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

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

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

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

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