Html Css Color HEX #E2686E Froly

📋 copy color: '#E2686E'

red 226 ◦ green 104 ◦ blue 110

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

Shades of Froly #E2686E

Tints of Froly #E2686E

RGB

 RED value IS 226 (88.67% from 255) = 51.36%

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

 BLUE value IS 110 (43.36% from 255) = 25%

R = 51.36%
G = 23.64%
B = 25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E2686E (or 0xE2686E) is known color: Froly. HEX triplet: E2, 68 and 6E. RGB value is (226,104,110). Sum of RGB (Red+Green+Blue) = 226+104+110=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E2686E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2686E is #1D9791. Grayscale: #8D8D8D. Windows color (decimal): -1939346 or 7235810. OLE color: 7235810.

HSL color Cylindrical-coordinate representation of color #E2686E: hue angle of 357.05º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2686E is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 104 110 -
CMYK 0 0.54 0.51 0.11
HSL 357.05º 0.68% 0.65% -
HSV(B) 357.05º 0.54% 0.89% -
XYZ 39.13 27.2 17.94 -
YUV 141.16 110.42 188.51 -
System Red Green Blue C M Y K H S L
Decimal 226 104 110 0 0.54 0.51 0.11 357.05 0.68 0.65
Hex E2 68 6E 0 36 33 B 165 44 41
Octal 342 150 156 0 66 63 13 545 104 101
Binary 11100010 1101000 1101110 0 110110 110011 1011 101100101 1000100 1000001

Color Harmonies of #E2686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2686E

Black with #E2686E

Text Example


Text Example

White with #E2686E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2686E; }

 p { color: rgb(226,104,110); }

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

background-color css

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

 a { background-color: rgb(226,104,110); }

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

border-color css

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

 span { border-color: rgb(226,104,110); }

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