#E46F7D

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

Shades of Froly #E46F7D

Tints of Froly #E46F7D

Color information

#E46F7D (or 0xE46F7D) is unknown color: approx Froly. HEX triplet: E4, 6F and 7D. RGB value is (228,111,125). Sum of RGB (Red+Green+Blue) = 228+111+125=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E46F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46F7D is #1B9082. Grayscale: #939393. Windows color (decimal): -1806467 or 8220644. OLE color: 8220644.

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

Color convert

RGB228111125-
CMYK00.510.450.11
HSL352.82º68.42%66.47%-
HSV(B)352.82º51.32%89.41%-
XYZ41.3829.3422.88-
YUV147.58115.26185.36-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.14%
GREEN value IS 111 (43.75% from 255) = 23.92%
BLUE value IS 125 (49.22% from 255) = 26.94%
R=49.14%
G=23.92%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811112500.510.450.11352.8268.4266.47
HexE46F7D0332DB1614442
Octal3441571750635513541104102
Binary11100100110111111111010110011101101101110110000110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46F7D; }

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

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

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

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

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

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

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

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