#EB6869

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

Shades of Froly #EB6869

Tints of Froly #EB6869

Color information

#EB6869 (or 0xEB6869) is unknown color: approx Froly. HEX triplet: EB, 68 and 69. RGB value is (235,104,105). Sum of RGB (Red+Green+Blue) = 235+104+105=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6869 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6869 is #149796. Grayscale: #8F8F8F. Windows color (decimal): -1349527 or 6908139. OLE color: 6908139.

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

Color convert

RGB235104105-
CMYK00.560.550.08
HSL359.54º76.61%66.47%-
HSV(B)359.54º55.74%92.16%-
XYZ41.7628.5816.68-
YUV143.28106.4193.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.93%
GREEN value IS 104 (41.02% from 255) = 23.42%
BLUE value IS 105 (41.41% from 255) = 23.65%
R=52.93%
G=23.42%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510410500.560.550.08359.5476.6166.47
HexEB68690383781684d42
Octal3531501510706710550115102
Binary11101011110100011010010111000110111100010110100010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6869; }

 p { color: rgb(235,104,105); }

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

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

 a { background-color: rgb(235,104,105); }

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

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

 span { border-color: rgb(235,104,105); }

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