Html Css Color HEX #E2697C Froly

📋 copy color: '#E2697C'

red 226 ◦ green 105 ◦ blue 124

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

Shades of Froly #E2697C

Tints of Froly #E2697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.08%

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

R = 49.67%
G = 23.08%
B = 27.25%

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

#E2697C (or 0xE2697C) is known color: Froly. HEX triplet: E2, 69 and 7C. RGB value is (226,105,124). Sum of RGB (Red+Green+Blue) = 226+105+124=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E2697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2697C is #1D9683. Grayscale: #8F8F8F. Windows color (decimal): -1939076 or 8153570. OLE color: 8153570.

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

Color convert

RGB 226 105 124 -
CMYK 0 0.54 0.45 0.11
HSL 350.58º 0.68% 0.65% -
HSV(B) 350.58º 0.54% 0.89% -
XYZ 40.05 27.73 22.31 -
YUV 143.35 117.09 186.96 -
System Red Green Blue C M Y K H S L
Decimal 226 105 124 0 0.54 0.45 0.11 350.58 0.68 0.65
Hex E2 69 7C 0 36 2D B 15F 44 41
Octal 342 151 174 0 66 55 13 537 104 101
Binary 11100010 1101001 1111100 0 110110 101101 1011 101011111 1000100 1000001

Color Harmonies of #E2697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2697C

Black with #E2697C

Text Example


Text Example

White with #E2697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2697C; }

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

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

background-color css

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

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

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

border-color css

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

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

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