Html Css Color HEX #EB686A Froly

📋 copy color: '#EB686A'

red 235 ◦ green 104 ◦ blue 106

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

Shades of Froly #EB686A

Tints of Froly #EB686A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.82%

R = 52.81%
G = 23.37%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EB686A (or 0xEB686A) is known color: Froly. HEX triplet: EB, 68 and 6A. RGB value is (235,104,106). Sum of RGB (Red+Green+Blue) = 235+104+106=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB686A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB686A is #149795. Grayscale: #8F8F8F. Windows color (decimal): -1349526 or 6973675. OLE color: 6973675.

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

Color convert

RGB 235 104 106 -
CMYK 0 0.56 0.55 0.08
HSL 359.08º 0.77% 0.66% -
HSV(B) 359.08º 0.56% 0.92% -
XYZ 41.81 28.6 16.95 -
YUV 143.4 106.9 193.34 -
System Red Green Blue C M Y K H S L
Decimal 235 104 106 0 0.56 0.55 0.08 359.08 0.77 0.66
Hex EB 68 6A 0 38 37 8 167 4D 42
Octal 353 150 152 0 70 67 10 547 115 102
Binary 11101011 1101000 1101010 0 111000 110111 1000 101100111 1001101 1000010

Color Harmonies of #EB686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB686A

Black with #EB686A

Text Example


Text Example

White with #EB686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB686A; }

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

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

background-color css

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

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

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

border-color css

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

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

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