#E4767B

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

Shades of Froly #E4767B

Tints of Froly #E4767B

Color information

#E4767B (or 0xE4767B) is unknown color: approx Froly. HEX triplet: E4, 76 and 7B. RGB value is (228,118,123). Sum of RGB (Red+Green+Blue) = 228+118+123=469 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.61% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 228 - color contains mainly: red. Hex color #E4767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4767B is #1B8984. Grayscale: #979797. Windows color (decimal): -1804677 or 8091364. OLE color: 8091364.

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

Color convert

RGB228118123-
CMYK00.480.460.11
HSL357.27º67.07%67.84%-
HSV(B)357.27º48.25%89.41%-
XYZ42.0530.8822.48-
YUV151.46111.94182.59-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.61%
GREEN value IS 118 (46.48% from 255) = 25.16%
BLUE value IS 123 (48.44% from 255) = 26.23%
R=48.61%
G=25.16%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811812300.480.460.11357.2767.0767.84
HexE4767B0302EB1654344
Octal3441661730605613545103104
Binary11100100111011011110110110000101110101110110010110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4767B; }

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

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

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

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

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

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

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

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