Html Css Color HEX #E2687C Froly

📋 copy color: '#E2687C'

red 226 ◦ green 104 ◦ blue 124

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

Shades of Froly #E2687C

Tints of Froly #E2687C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.31%

R = 49.78%
G = 22.91%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2687C (or 0xE2687C) is known color: Froly. HEX triplet: E2, 68 and 7C. RGB value is (226,104,124). Sum of RGB (Red+Green+Blue) = 226+104+124=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E2687C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2687C is #1D9783. Grayscale: #8E8E8E. Windows color (decimal): -1939332 or 8153314. OLE color: 8153314.

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

Color convert

RGB 226 104 124 -
CMYK 0 0.54 0.45 0.11
HSL 350.16º 0.68% 0.65% -
HSV(B) 350.16º 0.54% 0.89% -
XYZ 39.95 27.52 22.28 -
YUV 142.76 117.42 187.37 -
System Red Green Blue C M Y K H S L
Decimal 226 104 124 0 0.54 0.45 0.11 350.16 0.68 0.65
Hex E2 68 7C 0 36 2D B 15E 44 41
Octal 342 150 174 0 66 55 13 536 104 101
Binary 11100010 1101000 1111100 0 110110 101101 1011 101011110 1000100 1000001

Color Harmonies of #E2687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2687C

Black with #E2687C

Text Example


Text Example

White with #E2687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2687C; }

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

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

background-color css

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

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

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

border-color css

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

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

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