Html Css Color HEX #E76C6D Froly

📋 copy color: '#E76C6D'

red 231 ◦ green 108 ◦ blue 109

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

Shades of Froly #E76C6D

Tints of Froly #E76C6D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.11%

 BLUE value IS 109 (42.97% from 255) = 24.33%

R = 51.56%
G = 24.11%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E76C6D (or 0xE76C6D) is known color: Froly. HEX triplet: E7, 6C and 6D. RGB value is (231,108,109). Sum of RGB (Red+Green+Blue) = 231+108+109=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76C6D is #189392. Grayscale: #919191. Windows color (decimal): -1610643 or 7171303. OLE color: 7171303.

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

Color convert

RGB 231 108 109 -
CMYK 0 0.53 0.53 0.09
HSL 359.51º 0.72% 0.66% -
HSV(B) 359.51º 0.53% 0.91% -
XYZ 41.08 28.82 17.87 -
YUV 144.89 107.75 189.42 -
System Red Green Blue C M Y K H S L
Decimal 231 108 109 0 0.53 0.53 0.09 359.51 0.72 0.66
Hex E7 6C 6D 0 35 35 9 168 48 42
Octal 347 154 155 0 65 65 11 550 110 102
Binary 11100111 1101100 1101101 0 110101 110101 1001 101101000 1001000 1000010

Color Harmonies of #E76C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76C6D

Black with #E76C6D

Text Example


Text Example

White with #E76C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76C6D; }

 p { color: rgb(231,108,109); }

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

background-color css

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

 a { background-color: rgb(231,108,109); }

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

border-color css

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

 span { border-color: rgb(231,108,109); }

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