Html Css Color HEX #E1686F Froly

📋 copy color: '#E1686F'

red 225 ◦ green 104 ◦ blue 111

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

Shades of Froly #E1686F

Tints of Froly #E1686F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.23%

R = 51.14%
G = 23.64%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1686F (or 0xE1686F) is known color: Froly. HEX triplet: E1, 68 and 6F. RGB value is (225,104,111). Sum of RGB (Red+Green+Blue) = 225+104+111=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E1686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1686F is #1E9790. Grayscale: #8D8D8D. Windows color (decimal): -2004881 or 7301345. OLE color: 7301345.

HSL color Cylindrical-coordinate representation of color #E1686F: hue angle of 356.53º 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 #E1686F is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 104 111 -
CMYK 0 0.54 0.51 0.12
HSL 356.53º 0.67% 0.65% -
HSV(B) 356.53º 0.54% 0.88% -
XYZ 38.87 27.06 18.21 -
YUV 140.98 111.09 187.93 -
System Red Green Blue C M Y K H S L
Decimal 225 104 111 0 0.54 0.51 0.12 356.53 0.67 0.65
Hex E1 68 6F 0 36 33 C 165 43 41
Octal 341 150 157 0 66 63 14 545 103 101
Binary 11100001 1101000 1101111 0 110110 110011 1100 101100101 1000011 1000001

Color Harmonies of #E1686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1686F

Black with #E1686F

Text Example


Text Example

White with #E1686F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1686F; }

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

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

background-color css

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

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

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

border-color css

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

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

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