#E46A7B

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

Shades of Froly #E46A7B

Tints of Froly #E46A7B

Color information

#E46A7B (or 0xE46A7B) is unknown color: approx Froly. HEX triplet: E4, 6A and 7B. RGB value is (228,106,123). Sum of RGB (Red+Green+Blue) = 228+106+123=457 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.89% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 228 - color contains mainly: red. Hex color #E46A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46A7B is #1B9584. Grayscale: #909090. Windows color (decimal): -1807749 or 8088292. OLE color: 8088292.

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

Color convert

RGB228106123-
CMYK00.540.460.11
HSL351.64º69.32%65.49%-
HSV(B)351.64º53.51%89.41%-
XYZ40.7228.2322.04-
YUV144.42115.92187.62-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.89%
GREEN value IS 106 (41.80% from 255) = 23.19%
BLUE value IS 123 (48.44% from 255) = 26.91%
R=49.89%
G=23.19%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810612300.540.460.11351.6469.3265.49
HexE46A7B0362EB1604541
Octal3441521730665613540105101
Binary11100100110101011110110110110101110101110110000010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46A7B; }

 p { color: rgb(228,106,123); }

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

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

 a { background-color: rgb(228,106,123); }

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

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

 span { border-color: rgb(228,106,123); }

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