Html Css Color HEX #E76E76 Froly

📋 copy color: '#E76E76'

red 231 ◦ green 110 ◦ blue 118

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

Shades of Froly #E76E76

Tints of Froly #E76E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.97%

 BLUE value IS 118 (46.48% from 255) = 25.71%

R = 50.33%
G = 23.97%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E76E76 (or 0xE76E76) is known color: Froly. HEX triplet: E7, 6E and 76. RGB value is (231,110,118). Sum of RGB (Red+Green+Blue) = 231+110+118=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E76E76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76E76 is #189189. Grayscale: #939393. Windows color (decimal): -1610122 or 7761639. OLE color: 7761639.

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

Color convert

RGB 231 110 118 -
CMYK 0 0.52 0.49 0.09
HSL 356.03º 0.72% 0.67% -
HSV(B) 356.03º 0.52% 0.91% -
XYZ 41.8 29.45 20.62 -
YUV 147.09 111.59 187.85 -
System Red Green Blue C M Y K H S L
Decimal 231 110 118 0 0.52 0.49 0.09 356.03 0.72 0.67
Hex E7 6E 76 0 34 31 9 164 48 43
Octal 347 156 166 0 64 61 11 544 110 103
Binary 11100111 1101110 1110110 0 110100 110001 1001 101100100 1001000 1000011

Color Harmonies of #E76E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76E76

Black with #E76E76

Text Example


Text Example

White with #E76E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76E76; }

 p { color: rgb(231,110,118); }

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

background-color css

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

 a { background-color: rgb(231,110,118); }

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

border-color css

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

 span { border-color: rgb(231,110,118); }

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