#E486BC

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

Shades of Persian Pink #E486BC

Tints of Persian Pink #E486BC

Color information

#E486BC (or 0xE486BC) is unknown color: approx Persian Pink. HEX triplet: E4, 86 and BC. RGB value is (228,134,188). Sum of RGB (Red+Green+Blue) = 228+134+188=550 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.45% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 228 - color contains mainly: red. Hex color #E486BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E486BC is #1B7943. Grayscale: #A8A8A8. Windows color (decimal): -1800516 or 12355300. OLE color: 12355300.

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

Color convert

RGB228134188-
CMYK00.410.180.11
HSL325.53º63.51%70.98%-
HSV(B)325.53º41.23%89.41%-
XYZ49.637.1852.14-
YUV168.26139.14170.61-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.45%
GREEN value IS 134 (52.73% from 255) = 24.36%
BLUE value IS 188 (73.83% from 255) = 34.18%
R=41.45%
G=24.36%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813418800.410.180.11325.5363.5170.98
HexE486BC02912B1464047
Octal3442062740512213506100107
Binary111001001000011010111100010100110010101110100011010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E486BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E486BC; }

 p { color: rgb(228,134,188); }

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

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

 a { background-color: rgb(228,134,188); }

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

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

 span { border-color: rgb(228,134,188); }

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