Html Css Color HEX #EB687B Froly

📋 copy color: '#EB687B'

red 235 ◦ green 104 ◦ blue 123

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

Shades of Froly #EB687B

Tints of Froly #EB687B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.62%

R = 50.87%
G = 22.51%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB687B (or 0xEB687B) is known color: Froly. HEX triplet: EB, 68 and 7B. RGB value is (235,104,123). Sum of RGB (Red+Green+Blue) = 235+104+123=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EB687B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB687B is #149784. Grayscale: #919191. Windows color (decimal): -1349509 or 8087787. OLE color: 8087787.

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

Color convert

RGB 235 104 123 -
CMYK 0 0.56 0.48 0.08
HSL 351.3º 0.77% 0.66% -
HSV(B) 351.3º 0.56% 0.92% -
XYZ 42.79 28.99 22.08 -
YUV 145.34 115.4 191.96 -
System Red Green Blue C M Y K H S L
Decimal 235 104 123 0 0.56 0.48 0.08 351.3 0.77 0.66
Hex EB 68 7B 0 38 30 8 15F 4D 42
Octal 353 150 173 0 70 60 10 537 115 102
Binary 11101011 1101000 1111011 0 111000 110000 1000 101011111 1001101 1000010

Color Harmonies of #EB687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB687B

Black with #EB687B

Text Example


Text Example

White with #EB687B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB687B; }

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

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

background-color css

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

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

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

border-color css

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

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

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