Html Css Color HEX #E77C7D Froly

📋 copy color: '#E77C7D'

red 231 ◦ green 124 ◦ blue 125

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

Shades of Froly #E77C7D

Tints of Froly #E77C7D

RGB

 RED value IS 231 (90.63% from 255) = 48.13%

 GREEN value IS 124 (48.83% from 255) = 25.83%

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

R = 48.13%
G = 25.83%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E77C7D (or 0xE77C7D) is known color: Froly. HEX triplet: E7, 7C and 7D. RGB value is (231,124,125). Sum of RGB (Red+Green+Blue) = 231+124+125=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77C7D is #188382. Grayscale: #9C9C9C. Windows color (decimal): -1606531 or 8223975. OLE color: 8223975.

HSL color Cylindrical-coordinate representation of color #E77C7D: hue angle of 359.44º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E77C7D is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 124 125 -
CMYK 0 0.46 0.46 0.09
HSL 359.44º 0.69% 0.7% -
HSV(B) 359.44º 0.46% 0.91% -
XYZ 43.86 32.88 23.44 -
YUV 156.11 110.45 181.42 -
System Red Green Blue C M Y K H S L
Decimal 231 124 125 0 0.46 0.46 0.09 359.44 0.69 0.7
Hex E7 7C 7D 0 2E 2E 9 167 45 46
Octal 347 174 175 0 56 56 11 547 105 106
Binary 11100111 1111100 1111101 0 101110 101110 1001 101100111 1000101 1000110

Color Harmonies of #E77C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77C7D

Black with #E77C7D

Text Example


Text Example

White with #E77C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77C7D; }

 p { color: rgb(231,124,125); }

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

background-color css

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

 a { background-color: rgb(231,124,125); }

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

border-color css

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

 span { border-color: rgb(231,124,125); }

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