#EB6A6F

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

Shades of Froly #EB6A6F

Tints of Froly #EB6A6F

Color information

#EB6A6F (or 0xEB6A6F) is unknown color: approx Froly. HEX triplet: EB, 6A and 6F. RGB value is (235,106,111). Sum of RGB (Red+Green+Blue) = 235+106+111=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6A6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6A6F is #149590. Grayscale: #919191. Windows color (decimal): -1349009 or 7301867. OLE color: 7301867.

HSL color Cylindrical-coordinate representation of color #EB6A6F: hue angle of 357.67º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB6A6F is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB235106111-
CMYK00.550.530.08
HSL357.67º76.33%66.86%-
HSV(B)357.67º54.89%92.16%-
XYZ42.2829.1218.43-
YUV145.14108.74192.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.99%
GREEN value IS 106 (41.80% from 255) = 23.45%
BLUE value IS 111 (43.75% from 255) = 24.56%
R=51.99%
G=23.45%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510611100.550.530.08357.6776.3366.86
HexEB6A6F0373581664c43
Octal3531521570676510546114103
Binary11101011110101011011110110111110101100010110011010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6A6F; }

 p { color: rgb(235,106,111); }

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

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

 a { background-color: rgb(235,106,111); }

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

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

 span { border-color: rgb(235,106,111); }

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