Html Css Color HEX #E2677C Froly

📋 copy color: '#E2677C'

red 226 ◦ green 103 ◦ blue 124

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

Shades of Froly #E2677C

Tints of Froly #E2677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.74%

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

R = 49.89%
G = 22.74%
B = 27.37%

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

#E2677C (or 0xE2677C) is known color: Froly. HEX triplet: E2, 67 and 7C. RGB value is (226,103,124). Sum of RGB (Red+Green+Blue) = 226+103+124=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2677C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2677C is #1D9883. Grayscale: #8E8E8E. Windows color (decimal): -1939588 or 8153058. OLE color: 8153058.

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

Color convert

RGB 226 103 124 -
CMYK 0 0.54 0.45 0.11
HSL 349.76º 0.68% 0.65% -
HSV(B) 349.76º 0.54% 0.89% -
XYZ 39.85 27.32 22.24 -
YUV 142.17 117.75 187.79 -
System Red Green Blue C M Y K H S L
Decimal 226 103 124 0 0.54 0.45 0.11 349.76 0.68 0.65
Hex E2 67 7C 0 36 2D B 15E 44 41
Octal 342 147 174 0 66 55 13 536 104 101
Binary 11100010 1100111 1111100 0 110110 101101 1011 101011110 1000100 1000001

Color Harmonies of #E2677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2677C

Black with #E2677C

Text Example


Text Example

White with #E2677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2677C; }

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

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

background-color css

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

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

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

border-color css

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

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

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