Html Css Color HEX #E4777F Froly

📋 copy color: '#E4777F'

red 228 ◦ green 119 ◦ blue 127

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

Shades of Froly #E4777F

Tints of Froly #E4777F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.79%

R = 48.1%
G = 25.11%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E4777F (or 0xE4777F) is known color: Froly. HEX triplet: E4, 77 and 7F. RGB value is (228,119,127). Sum of RGB (Red+Green+Blue) = 228+119+127=474 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.10% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 228 - color contains mainly: red. Hex color #E4777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4777F is #1B8880. Grayscale: #989898. Windows color (decimal): -1804417 or 8353764. OLE color: 8353764.

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

Color convert

RGB 228 119 127 -
CMYK 0 0.48 0.44 0.11
HSL 355.6º 0.67% 0.68% -
HSV(B) 355.6º 0.48% 0.89% -
XYZ 42.42 31.22 23.87 -
YUV 152.5 113.61 181.85 -
System Red Green Blue C M Y K H S L
Decimal 228 119 127 0 0.48 0.44 0.11 355.6 0.67 0.68
Hex E4 77 7F 0 30 2C B 164 43 44
Octal 344 167 177 0 60 54 13 544 103 104
Binary 11100100 1110111 1111111 0 110000 101100 1011 101100100 1000011 1000100

Color Harmonies of #E4777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4777F

Black with #E4777F

Text Example


Text Example

White with #E4777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4777F; }

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

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

background-color css

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

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

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

border-color css

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

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

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