#EB5D6D

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

Shades of Froly #EB5D6D

Tints of Froly #EB5D6D

Color information

#EB5D6D (or 0xEB5D6D) is unknown color: approx Froly. HEX triplet: EB, 5D and 6D. RGB value is (235,93,109). Sum of RGB (Red+Green+Blue) = 235+93+109=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5D6D is #14A292. Grayscale: #898989. Windows color (decimal): -1352339 or 7167467. OLE color: 7167467.

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

Color convert

RGB23593109-
CMYK00.600.540.08
HSL353.24º78.02%64.31%-
HSV(B)353.24º60.43%92.16%-
XYZ40.9426.5917.44-
YUV137.28112.04197.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.78%
GREEN value IS 93 (36.72% from 255) = 21.28%
BLUE value IS 109 (42.97% from 255) = 24.94%
R=53.78%
G=21.28%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359310900.600.540.08353.2478.0264.31
HexEB5D6D03C3681614e40
Octal3531351550746610541116100
Binary11101011101110111011010111100110110100010110000110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5D6D; }

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

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

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

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

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

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

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

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