Html Css Color HEX #E76671 Froly

📋 copy color: '#E76671'

red 231 ◦ green 102 ◦ blue 113

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

Shades of Froly #E76671

Tints of Froly #E76671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.87%

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

R = 51.79%
G = 22.87%
B = 25.34%

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

#E76671 (or 0xE76671) is known color: Froly. HEX triplet: E7, 66 and 71. RGB value is (231,102,113). Sum of RGB (Red+Green+Blue) = 231+102+113=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E76671 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76671 is #18998E. Grayscale: #8D8D8D. Windows color (decimal): -1612175 or 7431911. OLE color: 7431911.

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

Color convert

RGB 231 102 113 -
CMYK 0 0.56 0.51 0.09
HSL 354.88º 0.73% 0.65% -
HSV(B) 354.88º 0.56% 0.91% -
XYZ 40.69 27.68 18.82 -
YUV 141.83 111.74 191.61 -
System Red Green Blue C M Y K H S L
Decimal 231 102 113 0 0.56 0.51 0.09 354.88 0.73 0.65
Hex E7 66 71 0 38 33 9 163 49 41
Octal 347 146 161 0 70 63 11 543 111 101
Binary 11100111 1100110 1110001 0 111000 110011 1001 101100011 1001001 1000001

Color Harmonies of #E76671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76671

Black with #E76671

Text Example


Text Example

White with #E76671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76671; }

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

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

background-color css

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

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

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

border-color css

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

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

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