#EB5E66

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

Shades of Froly #EB5E66

Tints of Froly #EB5E66

Color information

#EB5E66 (or 0xEB5E66) is unknown color: approx Froly. HEX triplet: EB, 5E and 66. RGB value is (235,94,102). Sum of RGB (Red+Green+Blue) = 235+94+102=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5E66 is #14A199. Grayscale: #898989. Windows color (decimal): -1352090 or 6708971. OLE color: 6708971.

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

Color convert

RGB23594102-
CMYK00.60.570.08
HSL356.6º77.9%64.51%-
HSV(B)356.6º60%92.16%-
XYZ40.6626.6315.57-
YUV137.07108.21197.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.52%
GREEN value IS 94 (37.11% from 255) = 21.81%
BLUE value IS 102 (40.23% from 255) = 23.67%
R=54.52%
G=21.81%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359410200.60.570.08356.677.964.51
HexEB5E6603C3981654e41
Octal3531361460747110545116101
Binary11101011101111011001100111100111001100010110010110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5E66; }

 p { color: rgb(235,94,102); }

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

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

 a { background-color: rgb(235,94,102); }

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

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

 span { border-color: rgb(235,94,102); }

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