Html Css Color HEX #E76576 Froly

📋 copy color: '#E76576'

red 231 ◦ green 101 ◦ blue 118

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

Shades of Froly #E76576

Tints of Froly #E76576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.44%

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

R = 51.33%
G = 22.44%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E76576 (or 0xE76576) is known color: Froly. HEX triplet: E7, 65 and 76. RGB value is (231,101,118). Sum of RGB (Red+Green+Blue) = 231+101+118=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E76576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76576 is #189A89. Grayscale: #8D8D8D. Windows color (decimal): -1612426 or 7759335. OLE color: 7759335.

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

Color convert

RGB 231 101 118 -
CMYK 0 0.56 0.49 0.09
HSL 352.15º 0.73% 0.65% -
HSV(B) 352.15º 0.56% 0.91% -
XYZ 40.88 27.6 20.31 -
YUV 141.81 114.57 191.62 -
System Red Green Blue C M Y K H S L
Decimal 231 101 118 0 0.56 0.49 0.09 352.15 0.73 0.65
Hex E7 65 76 0 38 31 9 160 49 41
Octal 347 145 166 0 70 61 11 540 111 101
Binary 11100111 1100101 1110110 0 111000 110001 1001 101100000 1001001 1000001

Color Harmonies of #E76576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76576

Black with #E76576

Text Example


Text Example

White with #E76576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76576; }

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

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

background-color css

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

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

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

border-color css

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

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

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