#EB6371

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

Shades of Froly #EB6371

Tints of Froly #EB6371

Color information

#EB6371 (or 0xEB6371) is unknown color: approx Froly. HEX triplet: EB, 63 and 71. RGB value is (235,99,113). Sum of RGB (Red+Green+Blue) = 235+99+113=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6371 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6371 is #149C8E. Grayscale: #8D8D8D. Windows color (decimal): -1350799 or 7431147. OLE color: 7431147.

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

Color convert

RGB23599113-
CMYK00.580.520.08
HSL353.82º77.27%65.49%-
HSV(B)353.82º57.87%92.16%-
XYZ41.727.7818.79-
YUV141.26112.06194.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.57%
GREEN value IS 99 (39.06% from 255) = 22.15%
BLUE value IS 113 (44.53% from 255) = 25.28%
R=52.57%
G=22.15%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359911300.580.520.08353.8277.2765.49
HexEB637103A3481624d41
Octal3531431610726410542115101
Binary11101011110001111100010111010110100100010110001010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6371; }

 p { color: rgb(235,99,113); }

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

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

 a { background-color: rgb(235,99,113); }

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

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

 span { border-color: rgb(235,99,113); }

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