Html Css Color HEX #E77174 Froly

📋 copy color: '#E77174'

red 231 ◦ green 113 ◦ blue 116

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

Shades of Froly #E77174

Tints of Froly #E77174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.22%

R = 50.22%
G = 24.57%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E77174 (or 0xE77174) is known color: Froly. HEX triplet: E7, 71 and 74. RGB value is (231,113,116). Sum of RGB (Red+Green+Blue) = 231+113+116=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E77174 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77174 is #188E8B. Grayscale: #949494. Windows color (decimal): -1609356 or 7631335. OLE color: 7631335.

HSL color Cylindrical-coordinate representation of color #E77174: hue angle of 358.47º 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 #E77174 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 113 116 -
CMYK 0 0.51 0.50 0.09
HSL 358.47º 0.71% 0.67% -
HSV(B) 358.47º 0.51% 0.91% -
XYZ 42.01 30.06 20.11 -
YUV 148.62 109.59 186.76 -
System Red Green Blue C M Y K H S L
Decimal 231 113 116 0 0.51 0.50 0.09 358.47 0.71 0.67
Hex E7 71 74 0 33 32 9 166 47 43
Octal 347 161 164 0 63 62 11 546 107 103
Binary 11100111 1110001 1110100 0 110011 110010 1001 101100110 1000111 1000011

Color Harmonies of #E77174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77174

Black with #E77174

Text Example


Text Example

White with #E77174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77174; }

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

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

background-color css

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

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

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

border-color css

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

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

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