Html Css Color HEX #E2777C Froly

📋 copy color: '#E2777C'

red 226 ◦ green 119 ◦ blue 124

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

Shades of Froly #E2777C

Tints of Froly #E2777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.37%

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

R = 48.19%
G = 25.37%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2777C (or 0xE2777C) is known color: Froly. HEX triplet: E2, 77 and 7C. RGB value is (226,119,124). Sum of RGB (Red+Green+Blue) = 226+119+124=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E2777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2777C is #1D8883. Grayscale: #979797. Windows color (decimal): -1935492 or 8157154. OLE color: 8157154.

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

Color convert

RGB 226 119 124 -
CMYK 0 0.47 0.45 0.11
HSL 357.2º 0.65% 0.68% -
HSV(B) 357.2º 0.47% 0.89% -
XYZ 41.6 30.82 22.82 -
YUV 151.56 112.45 181.09 -
System Red Green Blue C M Y K H S L
Decimal 226 119 124 0 0.47 0.45 0.11 357.2 0.65 0.68
Hex E2 77 7C 0 2F 2D B 165 41 44
Octal 342 167 174 0 57 55 13 545 101 104
Binary 11100010 1110111 1111100 0 101111 101101 1011 101100101 1000001 1000100

Color Harmonies of #E2777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2777C

Black with #E2777C

Text Example


Text Example

White with #E2777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2777C; }

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

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

background-color css

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

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

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

border-color css

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

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

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