#EB5F70

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

Shades of Froly #EB5F70

Tints of Froly #EB5F70

Color information

#EB5F70 (or 0xEB5F70) is unknown color: approx Froly. HEX triplet: EB, 5F and 70. RGB value is (235,95,112). Sum of RGB (Red+Green+Blue) = 235+95+112=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5F70 is #14A08F. Grayscale: #8A8A8A. Windows color (decimal): -1351824 or 7364587. OLE color: 7364587.

HSL color Cylindrical-coordinate representation of color #EB5F70: hue angle of 352.71º 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 #EB5F70 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB23595112-
CMYK00.600.520.08
HSL352.71º77.78%64.71%-
HSV(B)352.71º59.57%92.16%-
XYZ41.2827.0218.37-
YUV138.8112.88196.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.17%
GREEN value IS 95 (37.5% from 255) = 21.49%
BLUE value IS 112 (44.14% from 255) = 25.34%
R=53.17%
G=21.49%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359511200.600.520.08352.7177.7864.71
HexEB5F7003C3481614e41
Octal3531371600746410541116101
Binary11101011101111111100000111100110100100010110000110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5F70; }

 p { color: rgb(235,95,112); }

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

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

 a { background-color: rgb(235,95,112); }

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

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

 span { border-color: rgb(235,95,112); }

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