Html Css Color HEX #E3777D Froly

📋 copy color: '#E3777D'

red 227 ◦ green 119 ◦ blue 125

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

Shades of Froly #E3777D

Tints of Froly #E3777D

RGB

 RED value IS 227 (89.06% from 255) = 48.2%

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

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

R = 48.2%
G = 25.27%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E3777D (or 0xE3777D) is known color: Froly. HEX triplet: E3, 77 and 7D. RGB value is (227,119,125). Sum of RGB (Red+Green+Blue) = 227+119+125=471 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.20% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 227 - color contains mainly: red. Hex color #E3777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3777D is #1C8882. Grayscale: #989898. Windows color (decimal): -1869955 or 8222691. OLE color: 8222691.

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

Color convert

RGB 227 119 125 -
CMYK 0 0.48 0.45 0.11
HSL 356.67º 0.66% 0.68% -
HSV(B) 356.67º 0.48% 0.89% -
XYZ 41.98 31.01 23.17 -
YUV 151.98 112.78 181.51 -
System Red Green Blue C M Y K H S L
Decimal 227 119 125 0 0.48 0.45 0.11 356.67 0.66 0.68
Hex E3 77 7D 0 30 2D B 165 42 44
Octal 343 167 175 0 60 55 13 545 102 104
Binary 11100011 1110111 1111101 0 110000 101101 1011 101100101 1000010 1000100

Color Harmonies of #E3777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3777D

Black with #E3777D

Text Example


Text Example

White with #E3777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3777D; }

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

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

background-color css

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

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

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

border-color css

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

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

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