Html Css Color HEX #E1686B Froly

📋 copy color: '#E1686B'

red 225 ◦ green 104 ◦ blue 107

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

Shades of Froly #E1686B

Tints of Froly #E1686B

RGB

 RED value IS 225 (88.28% from 255) = 51.61%

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

 BLUE value IS 107 (42.19% from 255) = 24.54%

R = 51.61%
G = 23.85%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1686B (or 0xE1686B) is known color: Froly. HEX triplet: E1, 68 and 6B. RGB value is (225,104,107). Sum of RGB (Red+Green+Blue) = 225+104+107=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1686B is #1E9794. Grayscale: #8C8C8C. Windows color (decimal): -2004885 or 7039201. OLE color: 7039201.

HSL color Cylindrical-coordinate representation of color #E1686B: hue angle of 358.51º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E1686B is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 104 107 -
CMYK 0 0.54 0.52 0.12
HSL 358.51º 0.67% 0.65% -
HSV(B) 358.51º 0.54% 0.88% -
XYZ 38.66 26.97 17.08 -
YUV 140.52 109.09 188.26 -
System Red Green Blue C M Y K H S L
Decimal 225 104 107 0 0.54 0.52 0.12 358.51 0.67 0.65
Hex E1 68 6B 0 36 34 C 167 43 41
Octal 341 150 153 0 66 64 14 547 103 101
Binary 11100001 1101000 1101011 0 110110 110100 1100 101100111 1000011 1000001

Color Harmonies of #E1686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1686B

Black with #E1686B

Text Example


Text Example

White with #E1686B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1686B; }

 p { color: rgb(225,104,107); }

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

background-color css

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

 a { background-color: rgb(225,104,107); }

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

border-color css

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

 span { border-color: rgb(225,104,107); }

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