#EB5E72

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

Shades of Froly #EB5E72

Tints of Froly #EB5E72

Color information

#EB5E72 (or 0xEB5E72) is unknown color: approx Froly. HEX triplet: EB, 5E and 72. RGB value is (235,94,114). Sum of RGB (Red+Green+Blue) = 235+94+114=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5E72 is #14A18D. Grayscale: #8A8A8A. Windows color (decimal): -1352078 or 7495403. OLE color: 7495403.

HSL color Cylindrical-coordinate representation of color #EB5E72: hue angle of 351.49º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB5E72 is Cyan = 0, Magento = 0.6, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB23594114-
CMYK00.60.510.08
HSL351.49º77.9%64.51%-
HSV(B)351.49º60%92.16%-
XYZ41.326.8818.93-
YUV138.44114.21196.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.05%
GREEN value IS 94 (37.11% from 255) = 21.22%
BLUE value IS 114 (44.92% from 255) = 25.73%
R=53.05%
G=21.22%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359411400.60.510.08351.4977.964.51
HexEB5E7203C33815f4e41
Octal3531361620746310537116101
Binary11101011101111011100100111100110011100010101111110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5E72; }

 p { color: rgb(235,94,114); }

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

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

 a { background-color: rgb(235,94,114); }

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

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

 span { border-color: rgb(235,94,114); }

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