Html Css Color HEX #EB687C Froly

📋 copy color: '#EB687C'

red 235 ◦ green 104 ◦ blue 124

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

Shades of Froly #EB687C

Tints of Froly #EB687C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.78%

R = 50.76%
G = 22.46%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB687C (or 0xEB687C) is known color: Froly. HEX triplet: EB, 68 and 7C. RGB value is (235,104,124). Sum of RGB (Red+Green+Blue) = 235+104+124=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EB687C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB687C is #149783. Grayscale: #919191. Windows color (decimal): -1349508 or 8153323. OLE color: 8153323.

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

Color convert

RGB 235 104 124 -
CMYK 0 0.56 0.47 0.08
HSL 350.84º 0.77% 0.66% -
HSV(B) 350.84º 0.56% 0.92% -
XYZ 42.85 29.02 22.41 -
YUV 145.45 115.9 191.87 -
System Red Green Blue C M Y K H S L
Decimal 235 104 124 0 0.56 0.47 0.08 350.84 0.77 0.66
Hex EB 68 7C 0 38 2F 8 15F 4D 42
Octal 353 150 174 0 70 57 10 537 115 102
Binary 11101011 1101000 1111100 0 111000 101111 1000 101011111 1001101 1000010

Color Harmonies of #EB687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB687C

Black with #EB687C

Text Example


Text Example

White with #EB687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB687C; }

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

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

background-color css

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

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

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

border-color css

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

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

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