#E46FBE

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

Shades of Persian Pink #E46FBE

Tints of Persian Pink #E46FBE

Color information

#E46FBE (or 0xE46FBE) is unknown color: approx Persian Pink. HEX triplet: E4, 6F and BE. RGB value is (228,111,190). Sum of RGB (Red+Green+Blue) = 228+111+190=529 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.10% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 228 - color contains mainly: red. Hex color #E46FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46FBE is #1B9041. Grayscale: #9A9A9A. Windows color (decimal): -1806402 or 12480484. OLE color: 12480484.

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

Color convert

RGB228111190-
CMYK00.510.170.11
HSL319.49º68.42%66.47%-
HSV(B)319.49º51.32%89.41%-
XYZ46.9731.5852.34-
YUV154.99147.76180.08-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.10%
GREEN value IS 111 (43.75% from 255) = 20.98%
BLUE value IS 190 (74.61% from 255) = 35.92%
R=43.10%
G=20.98%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811119000.510.170.11319.4968.4266.47
HexE46FBE03311B13f4442
Octal3441572760632113477104102
Binary11100100110111110111110011001110001101110011111110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46FBE; }

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

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

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

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

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

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

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

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