Html Css Color HEX #E5777D Froly

📋 copy color: '#E5777D'

red 229 ◦ green 119 ◦ blue 125

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

Shades of Froly #E5777D

Tints of Froly #E5777D

RGB

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

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

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

R = 48.41%
G = 25.16%
B = 26.43%

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

#E5777D (or 0xE5777D) is known color: Froly. HEX triplet: E5, 77 and 7D. RGB value is (229,119,125). Sum of RGB (Red+Green+Blue) = 229+119+125=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 229 - color contains mainly: red. Hex color #E5777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5777D is #1A8882. Grayscale: #989898. Windows color (decimal): -1738883 or 8222693. OLE color: 8222693.

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

Color convert

RGB 229 119 125 -
CMYK 0 0.48 0.45 0.10
HSL 356.73º 0.68% 0.68% -
HSV(B) 356.73º 0.48% 0.9% -
XYZ 42.61 31.33 23.2 -
YUV 152.57 112.44 182.51 -
System Red Green Blue C M Y K H S L
Decimal 229 119 125 0 0.48 0.45 0.10 356.73 0.68 0.68
Hex E5 77 7D 0 30 2D A 165 44 44
Octal 345 167 175 0 60 55 12 545 104 104
Binary 11100101 1110111 1111101 0 110000 101101 1010 101100101 1000100 1000100

Color Harmonies of #E5777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5777D

Black with #E5777D

Text Example


Text Example

White with #E5777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5777D; }

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

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

background-color css

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

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

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

border-color css

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

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

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