#E46B7E

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

Shades of Froly #E46B7E

Tints of Froly #E46B7E

Color information

#E46B7E (or 0xE46B7E) is unknown color: approx Froly. HEX triplet: E4, 6B and 7E. RGB value is (228,107,126). Sum of RGB (Red+Green+Blue) = 228+107+126=461 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.46% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 228 - color contains mainly: red. Hex color #E46B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46B7E is #1B9481. Grayscale: #919191. Windows color (decimal): -1807490 or 8285156. OLE color: 8285156.

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

Color convert

RGB228107126-
CMYK00.530.450.11
HSL350.58º69.14%65.69%-
HSV(B)350.58º53.07%89.41%-
XYZ41.0228.5223.08-
YUV145.34117.09186.96-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.46%
GREEN value IS 107 (42.19% from 255) = 23.21%
BLUE value IS 126 (49.61% from 255) = 27.33%
R=49.46%
G=23.21%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810712600.530.450.11350.5869.1465.69
HexE46B7E0352DB15f4542
Octal3441531760655513537105102
Binary11100100110101111111100110101101101101110101111110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46B7E; }

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

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

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

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

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

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

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

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