#EB5D65

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

Shades of Froly #EB5D65

Tints of Froly #EB5D65

Color information

#EB5D65 (or 0xEB5D65) is unknown color: approx Froly. HEX triplet: EB, 5D and 65. RGB value is (235,93,101). Sum of RGB (Red+Green+Blue) = 235+93+101=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5D65 is #14A29A. Grayscale: #888888. Windows color (decimal): -1352347 or 6643179. OLE color: 6643179.

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

Color convert

RGB23593101-
CMYK00.600.570.08
HSL356.62º78.02%64.31%-
HSV(B)356.62º60.43%92.16%-
XYZ40.5226.4315.28-
YUV136.37108.04198.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.78%
GREEN value IS 93 (36.72% from 255) = 21.68%
BLUE value IS 101 (39.84% from 255) = 23.54%
R=54.78%
G=21.68%
B=23.54%

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
Decimal2359310100.600.570.08356.6278.0264.31
HexEB5D6503C3981654e40
Octal3531351450747110545116100
Binary11101011101110111001010111100111001100010110010110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5D65; }

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

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

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

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

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

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

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

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