Html Css Color HEX #E76479 Froly

📋 copy color: '#E76479'

red 231 ◦ green 100 ◦ blue 121

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

Shades of Froly #E76479

Tints of Froly #E76479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.12%

 BLUE value IS 121 (47.66% from 255) = 26.77%

R = 51.11%
G = 22.12%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E76479 (or 0xE76479) is known color: Froly. HEX triplet: E7, 64 and 79. RGB value is (231,100,121). Sum of RGB (Red+Green+Blue) = 231+100+121=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E76479 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76479 is #189B86. Grayscale: #8D8D8D. Windows color (decimal): -1612679 or 7955687. OLE color: 7955687.

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

Color convert

RGB 231 100 121 -
CMYK 0 0.57 0.48 0.09
HSL 350.38º 0.73% 0.65% -
HSV(B) 350.38º 0.57% 0.91% -
XYZ 40.96 27.48 21.24 -
YUV 141.56 116.4 191.79 -
System Red Green Blue C M Y K H S L
Decimal 231 100 121 0 0.57 0.48 0.09 350.38 0.73 0.65
Hex E7 64 79 0 39 30 9 15E 49 41
Octal 347 144 171 0 71 60 11 536 111 101
Binary 11100111 1100100 1111001 0 111001 110000 1001 101011110 1001001 1000001

Color Harmonies of #E76479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76479

Black with #E76479

Text Example


Text Example

White with #E76479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76479; }

 p { color: rgb(231,100,121); }

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

background-color css

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

 a { background-color: rgb(231,100,121); }

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

border-color css

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

 span { border-color: rgb(231,100,121); }

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