Html Css Color HEX #E76471 Froly

📋 copy color: '#E76471'

red 231 ◦ green 100 ◦ blue 113

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

Shades of Froly #E76471

Tints of Froly #E76471

RGB

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

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

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

R = 52.03%
G = 22.52%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E76471 (or 0xE76471) is known color: Froly. HEX triplet: E7, 64 and 71. RGB value is (231,100,113). Sum of RGB (Red+Green+Blue) = 231+100+113=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E76471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76471 is #189B8E. Grayscale: #8C8C8C. Windows color (decimal): -1612687 or 7431399. OLE color: 7431399.

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

Color convert

RGB 231 100 113 -
CMYK 0 0.57 0.51 0.09
HSL 354.05º 0.73% 0.65% -
HSV(B) 354.05º 0.57% 0.91% -
XYZ 40.49 27.3 18.76 -
YUV 140.65 112.4 192.44 -
System Red Green Blue C M Y K H S L
Decimal 231 100 113 0 0.57 0.51 0.09 354.05 0.73 0.65
Hex E7 64 71 0 39 33 9 162 49 41
Octal 347 144 161 0 71 63 11 542 111 101
Binary 11100111 1100100 1110001 0 111001 110011 1001 101100010 1001001 1000001

Color Harmonies of #E76471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76471

Black with #E76471

Text Example


Text Example

White with #E76471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76471; }

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

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

background-color css

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

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

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

border-color css

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

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

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