#E46FB7

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

Shades of Persian Pink #E46FB7

Tints of Persian Pink #E46FB7

Color information

#E46FB7 (or 0xE46FB7) is unknown color: approx Persian Pink. HEX triplet: E4, 6F and B7. RGB value is (228,111,183). Sum of RGB (Red+Green+Blue) = 228+111+183=522 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.68% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 228 - color contains mainly: red. Hex color #E46FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46FB7 is #1B9048. Grayscale: #9A9A9A. Windows color (decimal): -1806409 or 12021732. OLE color: 12021732.

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

Color convert

RGB228111183-
CMYK00.510.200.11
HSL323.08º68.42%66.47%-
HSV(B)323.08º51.32%89.41%-
XYZ46.2331.2848.4-
YUV154.19144.26180.65-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.68%
GREEN value IS 111 (43.75% from 255) = 21.26%
BLUE value IS 183 (71.88% from 255) = 35.06%
R=43.68%
G=21.26%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811118300.510.200.11323.0868.4266.47
HexE46FB703314B1434442
Octal3441572670632413503104102
Binary11100100110111110110111011001110100101110100001110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46FB7; }

 p { color: rgb(228,111,183); }

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

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

 a { background-color: rgb(228,111,183); }

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

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

 span { border-color: rgb(228,111,183); }

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