#E46BBA

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

Shades of Persian Pink #E46BBA

Tints of Persian Pink #E46BBA

Color information

#E46BBA (or 0xE46BBA) is unknown color: approx Persian Pink. HEX triplet: E4, 6B and BA. RGB value is (228,107,186). Sum of RGB (Red+Green+Blue) = 228+107+186=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 228 - color contains mainly: red. Hex color #E46BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46BBA is #1B9445. Grayscale: #979797. Windows color (decimal): -1807430 or 12217316. OLE color: 12217316.

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

Color convert

RGB228107186-
CMYK00.530.180.11
HSL320.83º69.14%65.69%-
HSV(B)320.83º53.07%89.41%-
XYZ46.1230.5549.92-
YUV152.18147.09182.08-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.76%
GREEN value IS 107 (42.19% from 255) = 20.54%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=43.76%
G=20.54%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810718600.530.180.11320.8369.1465.69
HexE46BBA03512B1414542
Octal3441532720652213501105102
Binary11100100110101110111010011010110010101110100000110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46BBA; }

 p { color: rgb(228,107,186); }

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

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

 a { background-color: rgb(228,107,186); }

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

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

 span { border-color: rgb(228,107,186); }

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