Html Css Color HEX #E77478 Froly

📋 copy color: '#E77478'

red 231 ◦ green 116 ◦ blue 120

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

Shades of Froly #E77478

Tints of Froly #E77478

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.84%

 BLUE value IS 120 (47.27% from 255) = 25.7%

R = 49.46%
G = 24.84%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E77478 (or 0xE77478) is known color: Froly. HEX triplet: E7, 74 and 78. RGB value is (231,116,120). Sum of RGB (Red+Green+Blue) = 231+116+120=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E77478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77478 is #188B87. Grayscale: #969696. Windows color (decimal): -1608584 or 7894247. OLE color: 7894247.

HSL color Cylindrical-coordinate representation of color #E77478: hue angle of 357.91º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E77478 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 116 120 -
CMYK 0 0.50 0.48 0.09
HSL 357.91º 0.71% 0.68% -
HSV(B) 357.91º 0.5% 0.91% -
XYZ 42.59 30.84 21.48 -
YUV 150.84 110.6 185.17 -
System Red Green Blue C M Y K H S L
Decimal 231 116 120 0 0.50 0.48 0.09 357.91 0.71 0.68
Hex E7 74 78 0 32 30 9 166 47 44
Octal 347 164 170 0 62 60 11 546 107 104
Binary 11100111 1110100 1111000 0 110010 110000 1001 101100110 1000111 1000100

Color Harmonies of #E77478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77478

Black with #E77478

Text Example


Text Example

White with #E77478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77478; }

 p { color: rgb(231,116,120); }

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

background-color css

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

 a { background-color: rgb(231,116,120); }

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

border-color css

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

 span { border-color: rgb(231,116,120); }

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