Html Css Color HEX #E77178 Froly

📋 copy color: '#E77178'

red 231 ◦ green 113 ◦ blue 120

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

Shades of Froly #E77178

Tints of Froly #E77178

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.35%

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

R = 49.78%
G = 24.35%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E77178 (or 0xE77178) is known color: Froly. HEX triplet: E7, 71 and 78. RGB value is (231,113,120). Sum of RGB (Red+Green+Blue) = 231+113+120=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E77178 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77178 is #188E87. Grayscale: #959595. Windows color (decimal): -1609352 or 7893479. OLE color: 7893479.

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

Color convert

RGB 231 113 120 -
CMYK 0 0.51 0.48 0.09
HSL 356.44º 0.71% 0.67% -
HSV(B) 356.44º 0.51% 0.91% -
XYZ 42.25 30.16 21.36 -
YUV 149.08 111.59 186.43 -
System Red Green Blue C M Y K H S L
Decimal 231 113 120 0 0.51 0.48 0.09 356.44 0.71 0.67
Hex E7 71 78 0 33 30 9 164 47 43
Octal 347 161 170 0 63 60 11 544 107 103
Binary 11100111 1110001 1111000 0 110011 110000 1001 101100100 1000111 1000011

Color Harmonies of #E77178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77178

Black with #E77178

Text Example


Text Example

White with #E77178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77178; }

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

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

background-color css

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

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

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

border-color css

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

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

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