Html Css Color HEX #E0777C Froly

📋 copy color: '#E0777C'

red 224 ◦ green 119 ◦ blue 124

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

Shades of Froly #E0777C

Tints of Froly #E0777C

RGB

 RED value IS 224 (87.89% from 255) = 47.97%

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

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

R = 47.97%
G = 25.48%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0777C (or 0xE0777C) is known color: Froly. HEX triplet: E0, 77 and 7C. RGB value is (224,119,124). Sum of RGB (Red+Green+Blue) = 224+119+124=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E0777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0777C is #1F8883. Grayscale: #979797. Windows color (decimal): -2066564 or 8157152. OLE color: 8157152.

HSL color Cylindrical-coordinate representation of color #E0777C: hue angle of 357.14º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0777C is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 119 124 -
CMYK 0 0.47 0.45 0.12
HSL 357.14º 0.63% 0.67% -
HSV(B) 357.14º 0.47% 0.88% -
XYZ 40.98 30.5 22.8 -
YUV 150.97 112.79 180.09 -
System Red Green Blue C M Y K H S L
Decimal 224 119 124 0 0.47 0.45 0.12 357.14 0.63 0.67
Hex E0 77 7C 0 2F 2D C 165 3F 43
Octal 340 167 174 0 57 55 14 545 77 103
Binary 11100000 1110111 1111100 0 101111 101101 1100 101100101 111111 1000011

Color Harmonies of #E0777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0777C

Black with #E0777C

Text Example


Text Example

White with #E0777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0777C; }

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

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

background-color css

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

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

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

border-color css

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

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

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