#EB5D64

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

Shades of Froly #EB5D64

Tints of Froly #EB5D64

Color information

#EB5D64 (or 0xEB5D64) is unknown color: approx Froly. HEX triplet: EB, 5D and 64. RGB value is (235,93,100). Sum of RGB (Red+Green+Blue) = 235+93+100=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5D64 is #14A29B. Grayscale: #888888. Windows color (decimal): -1352348 or 6577643. OLE color: 6577643.

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

Color convert

RGB23593100-
CMYK00.600.570.08
HSL357.04º78.02%64.31%-
HSV(B)357.04º60.43%92.16%-
XYZ40.4826.4115.02-
YUV136.26107.54198.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.91%
GREEN value IS 93 (36.72% from 255) = 21.73%
BLUE value IS 100 (39.45% from 255) = 23.36%
R=54.91%
G=21.73%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359310000.600.570.08357.0478.0264.31
HexEB5D6403C3981654e40
Octal3531351440747110545116100
Binary11101011101110111001000111100111001100010110010110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5D64; }

 p { color: rgb(235,93,100); }

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

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

 a { background-color: rgb(235,93,100); }

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

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

 span { border-color: rgb(235,93,100); }

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