Html Css Color HEX #EB687D Froly

📋 copy color: '#EB687D'

red 235 ◦ green 104 ◦ blue 125

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

Shades of Froly #EB687D

Tints of Froly #EB687D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.94%

R = 50.65%
G = 22.41%
B = 26.94%

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

#EB687D (or 0xEB687D) is known color: Froly. HEX triplet: EB, 68 and 7D. RGB value is (235,104,125). Sum of RGB (Red+Green+Blue) = 235+104+125=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB687D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB687D is #149782. Grayscale: #919191. Windows color (decimal): -1349507 or 8218859. OLE color: 8218859.

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

Color convert

RGB 235 104 125 -
CMYK 0 0.56 0.47 0.08
HSL 350.38º 0.77% 0.66% -
HSV(B) 350.38º 0.56% 0.92% -
XYZ 42.91 29.04 22.75 -
YUV 145.56 116.4 191.79 -
System Red Green Blue C M Y K H S L
Decimal 235 104 125 0 0.56 0.47 0.08 350.38 0.77 0.66
Hex EB 68 7D 0 38 2F 8 15E 4D 42
Octal 353 150 175 0 70 57 10 536 115 102
Binary 11101011 1101000 1111101 0 111000 101111 1000 101011110 1001101 1000010

Color Harmonies of #EB687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB687D

Black with #EB687D

Text Example


Text Example

White with #EB687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB687D; }

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

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

background-color css

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

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

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

border-color css

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

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

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