Html Css Color HEX #E76771 Froly

📋 copy color: '#E76771'

red 231 ◦ green 103 ◦ blue 113

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

Shades of Froly #E76771

Tints of Froly #E76771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.04%

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

R = 51.68%
G = 23.04%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E76771 (or 0xE76771) is known color: Froly. HEX triplet: E7, 67 and 71. RGB value is (231,103,113). Sum of RGB (Red+Green+Blue) = 231+103+113=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E76771 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76771 is #18988E. Grayscale: #8E8E8E. Windows color (decimal): -1611919 or 7432167. OLE color: 7432167.

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

Color convert

RGB 231 103 113 -
CMYK 0 0.55 0.51 0.09
HSL 355.31º 0.73% 0.65% -
HSV(B) 355.31º 0.55% 0.91% -
XYZ 40.79 27.88 18.85 -
YUV 142.41 111.41 191.19 -
System Red Green Blue C M Y K H S L
Decimal 231 103 113 0 0.55 0.51 0.09 355.31 0.73 0.65
Hex E7 67 71 0 37 33 9 163 49 41
Octal 347 147 161 0 67 63 11 543 111 101
Binary 11100111 1100111 1110001 0 110111 110011 1001 101100011 1001001 1000001

Color Harmonies of #E76771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76771

Black with #E76771

Text Example


Text Example

White with #E76771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76771; }

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

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

background-color css

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

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

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

border-color css

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

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

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