Html Css Color HEX #E4777C Froly

📋 copy color: '#E4777C'

red 228 ◦ green 119 ◦ blue 124

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

Shades of Froly #E4777C

Tints of Froly #E4777C

RGB

 RED value IS 228 (89.45% from 255) = 48.41%

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

 BLUE value IS 124 (48.83% from 255) = 26.33%

R = 48.41%
G = 25.27%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E4777C (or 0xE4777C) is known color: Froly. HEX triplet: E4, 77 and 7C. RGB value is (228,119,124). Sum of RGB (Red+Green+Blue) = 228+119+124=471 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.41% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 228 - color contains mainly: red. Hex color #E4777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4777C is #1B8883. Grayscale: #989898. Windows color (decimal): -1804420 or 8157156. OLE color: 8157156.

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

Color convert

RGB 228 119 124 -
CMYK 0 0.48 0.46 0.11
HSL 357.25º 0.67% 0.68% -
HSV(B) 357.25º 0.48% 0.89% -
XYZ 42.23 31.14 22.85 -
YUV 152.16 112.11 182.09 -
System Red Green Blue C M Y K H S L
Decimal 228 119 124 0 0.48 0.46 0.11 357.25 0.67 0.68
Hex E4 77 7C 0 30 2E B 165 43 44
Octal 344 167 174 0 60 56 13 545 103 104
Binary 11100100 1110111 1111100 0 110000 101110 1011 101100101 1000011 1000100

Color Harmonies of #E4777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4777C

Black with #E4777C

Text Example


Text Example

White with #E4777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4777C; }

 p { color: rgb(228,119,124); }

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

background-color css

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

 a { background-color: rgb(228,119,124); }

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

border-color css

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

 span { border-color: rgb(228,119,124); }

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