Html Css Color HEX #E2677D Froly

📋 copy color: '#E2677D'

red 226 ◦ green 103 ◦ blue 125

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

Shades of Froly #E2677D

Tints of Froly #E2677D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.53%

R = 49.78%
G = 22.69%
B = 27.53%

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

#E2677D (or 0xE2677D) is known color: Froly. HEX triplet: E2, 67 and 7D. RGB value is (226,103,125). Sum of RGB (Red+Green+Blue) = 226+103+125=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E2677D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2677D is #1D9882. Grayscale: #8E8E8E. Windows color (decimal): -1939587 or 8218594. OLE color: 8218594.

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

Color convert

RGB 226 103 125 -
CMYK 0 0.54 0.45 0.11
HSL 349.27º 0.68% 0.65% -
HSV(B) 349.27º 0.54% 0.89% -
XYZ 39.92 27.35 22.58 -
YUV 142.29 118.25 187.71 -
System Red Green Blue C M Y K H S L
Decimal 226 103 125 0 0.54 0.45 0.11 349.27 0.68 0.65
Hex E2 67 7D 0 36 2D B 15D 44 41
Octal 342 147 175 0 66 55 13 535 104 101
Binary 11100010 1100111 1111101 0 110110 101101 1011 101011101 1000100 1000001

Color Harmonies of #E2677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2677D

Black with #E2677D

Text Example


Text Example

White with #E2677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2677D; }

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

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

background-color css

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

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

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

border-color css

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

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

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