#E46FBD

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

Shades of Persian Pink #E46FBD

Tints of Persian Pink #E46FBD

Color information

#E46FBD (or 0xE46FBD) is unknown color: approx Persian Pink. HEX triplet: E4, 6F and BD. RGB value is (228,111,189). Sum of RGB (Red+Green+Blue) = 228+111+189=528 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.18% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 228 - color contains mainly: red. Hex color #E46FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46FBD is #1B9042. Grayscale: #9A9A9A. Windows color (decimal): -1806403 or 12414948. OLE color: 12414948.

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

Color convert

RGB228111189-
CMYK00.510.170.11
HSL320º68.42%66.47%-
HSV(B)320º51.32%89.41%-
XYZ46.8631.5451.76-
YUV154.88147.26180.16-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.18%
GREEN value IS 111 (43.75% from 255) = 21.02%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=43.18%
G=21.02%
B=35.80%

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
Decimal22811118900.510.170.1132068.4266.47
HexE46FBD03311B1404442
Octal3441572750632113500104102
Binary11100100110111110111101011001110001101110100000010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46FBD; }

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

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

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

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

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

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

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

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