#EB6074

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

Shades of Froly #EB6074

Tints of Froly #EB6074

Color information

#EB6074 (or 0xEB6074) is unknown color: approx Froly. HEX triplet: EB, 60 and 74. RGB value is (235,96,116). Sum of RGB (Red+Green+Blue) = 235+96+116=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6074 is #149F8B. Grayscale: #8B8B8B. Windows color (decimal): -1351564 or 7626987. OLE color: 7626987.

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

Color convert

RGB23596116-
CMYK00.590.510.08
HSL351.37º77.65%64.9%-
HSV(B)351.37º59.15%92.16%-
XYZ41.627.2919.6-
YUV139.84114.55195.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.57%
GREEN value IS 96 (37.89% from 255) = 21.48%
BLUE value IS 116 (45.70% from 255) = 25.95%
R=52.57%
G=21.48%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359611600.590.510.08351.3777.6564.9
HexEB607403B33815f4e41
Octal3531401640736310537116101
Binary11101011110000011101000111011110011100010101111110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6074; }

 p { color: rgb(235,96,116); }

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

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

 a { background-color: rgb(235,96,116); }

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

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

 span { border-color: rgb(235,96,116); }

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