Html Css Color HEX #E76071 Froly

📋 copy color: '#E76071'

red 231 ◦ green 96 ◦ blue 113

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

Shades of Froly #E76071

Tints of Froly #E76071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.82%

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

R = 52.5%
G = 21.82%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E76071 (or 0xE76071) is known color: Froly. HEX triplet: E7, 60 and 71. RGB value is (231,96,113). Sum of RGB (Red+Green+Blue) = 231+96+113=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E76071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76071 is #189F8E. Grayscale: #8A8A8A. Windows color (decimal): -1613711 or 7430375. OLE color: 7430375.

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

Color convert

RGB 231 96 113 -
CMYK 0 0.58 0.51 0.09
HSL 352.44º 0.74% 0.64% -
HSV(B) 352.44º 0.58% 0.91% -
XYZ 40.12 26.55 18.63 -
YUV 138.3 113.73 194.12 -
System Red Green Blue C M Y K H S L
Decimal 231 96 113 0 0.58 0.51 0.09 352.44 0.74 0.64
Hex E7 60 71 0 3A 33 9 160 4A 40
Octal 347 140 161 0 72 63 11 540 112 100
Binary 11100111 1100000 1110001 0 111010 110011 1001 101100000 1001010 1000000

Color Harmonies of #E76071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76071

Black with #E76071

Text Example


Text Example

White with #E76071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76071; }

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

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

background-color css

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

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

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

border-color css

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

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

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