Html Css Color HEX #E5777B Froly

📋 copy color: '#E5777B'

red 229 ◦ green 119 ◦ blue 123

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

Shades of Froly #E5777B

Tints of Froly #E5777B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.11%

R = 48.62%
G = 25.27%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E5777B (or 0xE5777B) is known color: Froly. HEX triplet: E5, 77 and 7B. RGB value is (229,119,123). Sum of RGB (Red+Green+Blue) = 229+119+123=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E5777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5777B is #1A8884. Grayscale: #989898. Windows color (decimal): -1738885 or 8091621. OLE color: 8091621.

HSL color Cylindrical-coordinate representation of color #E5777B: hue angle of 357.82º 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 #E5777B is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 119 123 -
CMYK 0 0.48 0.46 0.10
HSL 357.82º 0.68% 0.68% -
HSV(B) 357.82º 0.48% 0.9% -
XYZ 42.49 31.28 22.54 -
YUV 152.35 111.44 182.67 -
System Red Green Blue C M Y K H S L
Decimal 229 119 123 0 0.48 0.46 0.10 357.82 0.68 0.68
Hex E5 77 7B 0 30 2E A 166 44 44
Octal 345 167 173 0 60 56 12 546 104 104
Binary 11100101 1110111 1111011 0 110000 101110 1010 101100110 1000100 1000100

Color Harmonies of #E5777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5777B

Black with #E5777B

Text Example


Text Example

White with #E5777B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5777B; }

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

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

background-color css

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

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

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

border-color css

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

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

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