#E481BB

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

Shades of Persian Pink #E481BB

Tints of Persian Pink #E481BB

Color information

#E481BB (or 0xE481BB) is unknown color: approx Persian Pink. HEX triplet: E4, 81 and BB. RGB value is (228,129,187). Sum of RGB (Red+Green+Blue) = 228+129+187=544 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.91% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 228 - color contains mainly: red. Hex color #E481BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E481BB is #1B7E44. Grayscale: #A5A5A5. Windows color (decimal): -1801797 or 12288484. OLE color: 12288484.

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

Color convert

RGB228129187-
CMYK00.430.180.11
HSL324.85º64.71%70%-
HSV(B)324.85º43.42%89.41%-
XYZ48.8135.7851.35-
YUV165.21140.3172.78-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.91%
GREEN value IS 129 (50.78% from 255) = 23.71%
BLUE value IS 187 (73.44% from 255) = 34.38%
R=41.91%
G=23.71%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812918700.430.180.11324.8564.7170
HexE481BB02B12B1454146
Octal3442012730532213505101106
Binary111001001000000110111011010101110010101110100010110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E481BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E481BB; }

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

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

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

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

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

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

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

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