Html Css Color HEX #E76571 Froly

📋 copy color: '#E76571'

red 231 ◦ green 101 ◦ blue 113

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

Shades of Froly #E76571

Tints of Froly #E76571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.39%

R = 51.91%
G = 22.7%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E76571 (or 0xE76571) is known color: Froly. HEX triplet: E7, 65 and 71. RGB value is (231,101,113). Sum of RGB (Red+Green+Blue) = 231+101+113=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E76571 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76571 is #189A8E. Grayscale: #8D8D8D. Windows color (decimal): -1612431 or 7431655. OLE color: 7431655.

HSL color Cylindrical-coordinate representation of color #E76571: hue angle of 354.46º 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 #E76571 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 101 113 -
CMYK 0 0.56 0.51 0.09
HSL 354.46º 0.73% 0.65% -
HSV(B) 354.46º 0.56% 0.91% -
XYZ 40.59 27.49 18.79 -
YUV 141.24 112.07 192.02 -
System Red Green Blue C M Y K H S L
Decimal 231 101 113 0 0.56 0.51 0.09 354.46 0.73 0.65
Hex E7 65 71 0 38 33 9 162 49 41
Octal 347 145 161 0 70 63 11 542 111 101
Binary 11100111 1100101 1110001 0 111000 110011 1001 101100010 1001001 1000001

Color Harmonies of #E76571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76571

Black with #E76571

Text Example


Text Example

White with #E76571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76571; }

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

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

background-color css

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

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

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

border-color css

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

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

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