Html Css Color HEX #E5777E Froly

📋 copy color: '#E5777E'

red 229 ◦ green 119 ◦ blue 126

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

Shades of Froly #E5777E

Tints of Froly #E5777E

RGB

 RED value IS 229 (89.84% from 255) = 48.31%

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

 BLUE value IS 126 (49.61% from 255) = 26.58%

R = 48.31%
G = 25.11%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5777E (or 0xE5777E) is known color: Froly. HEX triplet: E5, 77 and 7E. RGB value is (229,119,126). Sum of RGB (Red+Green+Blue) = 229+119+126=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E5777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5777E is #1A8881. Grayscale: #989898. Windows color (decimal): -1738882 or 8288229. OLE color: 8288229.

HSL color Cylindrical-coordinate representation of color #E5777E: hue angle of 356.18º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5777E is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 119 126 -
CMYK 0 0.48 0.45 0.10
HSL 356.18º 0.68% 0.68% -
HSV(B) 356.18º 0.48% 0.9% -
XYZ 42.68 31.36 23.54 -
YUV 152.69 112.94 182.43 -
System Red Green Blue C M Y K H S L
Decimal 229 119 126 0 0.48 0.45 0.10 356.18 0.68 0.68
Hex E5 77 7E 0 30 2D A 164 44 44
Octal 345 167 176 0 60 55 12 544 104 104
Binary 11100101 1110111 1111110 0 110000 101101 1010 101100100 1000100 1000100

Color Harmonies of #E5777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5777E

Black with #E5777E

Text Example


Text Example

White with #E5777E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5777E; }

 p { color: rgb(229,119,126); }

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

background-color css

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

 a { background-color: rgb(229,119,126); }

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

border-color css

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

 span { border-color: rgb(229,119,126); }

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