#eb6063

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

Shades of Froly #EB6063

Tints of Froly #EB6063

Color information

#EB6063 (or 0xEB6063) is unknown color: approx Froly. HEX triplet: EB, 60 and 63. RGB value is (235,96,99). Sum of RGB (Red+Green+Blue) = 235+96+99=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6063 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6063 is #149F9C. Grayscale: #8A8A8A. Windows color (decimal): -1351581 or 6512875. OLE color: 6512875.

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

Color convert

RGB2359699-
CMYK00.590.580.08
HSL358.71º77.65%64.9%-
HSV(B)358.71º59.15%92.16%-
XYZ40.726.9314.86-
YUV137.9106.05197.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.65%
GREEN value IS 96 (37.89% from 255) = 22.33%
BLUE value IS 99 (39.06% from 255) = 23.02%
R=54.65%
G=22.33%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235969900.590.580.08358.7177.6564.9
HexEB606303B3A81674e41
Octal3531401430737210547116101
Binary11101011110000011000110111011111010100010110011110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb6063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb6063; }

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

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

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

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

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

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

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

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