Html Css Color HEX #EB686D Froly

📋 copy color: '#EB686D'

red 235 ◦ green 104 ◦ blue 109

#EB686D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #EB686D

Tints of Froly #EB686D

RGB

 RED value IS 235 (92.19% from 255) = 52.46%

 GREEN value IS 104 (41.02% from 255) = 23.21%

 BLUE value IS 109 (42.97% from 255) = 24.33%

R = 52.46%
G = 23.21%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB686D (or 0xEB686D) is known color: Froly. HEX triplet: EB, 68 and 6D. RGB value is (235,104,109). Sum of RGB (Red+Green+Blue) = 235+104+109=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB686D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB686D is #149792. Grayscale: #8F8F8F. Windows color (decimal): -1349523 or 7170283. OLE color: 7170283.

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

Color convert

RGB 235 104 109 -
CMYK 0 0.56 0.54 0.08
HSL 357.71º 0.77% 0.66% -
HSV(B) 357.71º 0.56% 0.92% -
XYZ 41.97 28.67 17.79 -
YUV 143.74 108.4 193.09 -
System Red Green Blue C M Y K H S L
Decimal 235 104 109 0 0.56 0.54 0.08 357.71 0.77 0.66
Hex EB 68 6D 0 38 36 8 166 4D 42
Octal 353 150 155 0 70 66 10 546 115 102
Binary 11101011 1101000 1101101 0 111000 110110 1000 101100110 1001101 1000010

Color Harmonies of #EB686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB686D

Black with #EB686D

Text Example


Text Example

White with #EB686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB686D; }

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

 H1.HeaderClassName
 {
   color: #EB686D;
 }
 .AnyTagClassName
 {
   color: #EB686D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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