Html Css Color HEX #E2777F Froly

📋 copy color: '#E2777F'

red 226 ◦ green 119 ◦ blue 127

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

Shades of Froly #E2777F

Tints of Froly #E2777F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.91%

R = 47.88%
G = 25.21%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E2777F (or 0xE2777F) is known color: Froly. HEX triplet: E2, 77 and 7F. RGB value is (226,119,127). Sum of RGB (Red+Green+Blue) = 226+119+127=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E2777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2777F is #1D8880. Grayscale: #979797. Windows color (decimal): -1935489 or 8353762. OLE color: 8353762.

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

Color convert

RGB 226 119 127 -
CMYK 0 0.47 0.44 0.11
HSL 355.51º 0.65% 0.68% -
HSV(B) 355.51º 0.47% 0.89% -
XYZ 41.79 30.89 23.84 -
YUV 151.91 113.95 180.85 -
System Red Green Blue C M Y K H S L
Decimal 226 119 127 0 0.47 0.44 0.11 355.51 0.65 0.68
Hex E2 77 7F 0 2F 2C B 164 41 44
Octal 342 167 177 0 57 54 13 544 101 104
Binary 11100010 1110111 1111111 0 101111 101100 1011 101100100 1000001 1000100

Color Harmonies of #E2777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2777F

Black with #E2777F

Text Example


Text Example

White with #E2777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2777F; }

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

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

background-color css

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

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

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

border-color css

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

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

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