Html Css Color HEX #E76D6E Froly

📋 copy color: '#E76D6E'

red 231 ◦ green 109 ◦ blue 110

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

Shades of Froly #E76D6E

Tints of Froly #E76D6E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.22%

 BLUE value IS 110 (43.36% from 255) = 24.44%

R = 51.33%
G = 24.22%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E76D6E (or 0xE76D6E) is known color: Froly. HEX triplet: E7, 6D and 6E. RGB value is (231,109,110). Sum of RGB (Red+Green+Blue) = 231+109+110=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76D6E is #189291. Grayscale: #919191. Windows color (decimal): -1610386 or 7237095. OLE color: 7237095.

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

Color convert

RGB 231 109 110 -
CMYK 0 0.53 0.52 0.09
HSL 359.51º 0.72% 0.67% -
HSV(B) 359.51º 0.53% 0.91% -
XYZ 41.24 29.05 18.19 -
YUV 145.59 107.92 188.92 -
System Red Green Blue C M Y K H S L
Decimal 231 109 110 0 0.53 0.52 0.09 359.51 0.72 0.67
Hex E7 6D 6E 0 35 34 9 168 48 43
Octal 347 155 156 0 65 64 11 550 110 103
Binary 11100111 1101101 1101110 0 110101 110100 1001 101101000 1001000 1000011

Color Harmonies of #E76D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76D6E

Black with #E76D6E

Text Example


Text Example

White with #E76D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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