Html Css Color HEX #E76076 Froly

📋 copy color: '#E76076'

red 231 ◦ green 96 ◦ blue 118

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

Shades of Froly #E76076

Tints of Froly #E76076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.52%

R = 51.91%
G = 21.57%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E76076 (or 0xE76076) is known color: Froly. HEX triplet: E7, 60 and 76. RGB value is (231,96,118). Sum of RGB (Red+Green+Blue) = 231+96+118=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E76076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76076 is #189F89. Grayscale: #8A8A8A. Windows color (decimal): -1613706 or 7758055. OLE color: 7758055.

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

Color convert

RGB 231 96 118 -
CMYK 0 0.58 0.49 0.09
HSL 350.22º 0.74% 0.64% -
HSV(B) 350.22º 0.58% 0.91% -
XYZ 40.41 26.66 20.16 -
YUV 138.87 116.23 193.71 -
System Red Green Blue C M Y K H S L
Decimal 231 96 118 0 0.58 0.49 0.09 350.22 0.74 0.64
Hex E7 60 76 0 3A 31 9 15E 4A 40
Octal 347 140 166 0 72 61 11 536 112 100
Binary 11100111 1100000 1110110 0 111010 110001 1001 101011110 1001010 1000000

Color Harmonies of #E76076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76076

Black with #E76076

Text Example


Text Example

White with #E76076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76076; }

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

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

background-color css

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

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

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

border-color css

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

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

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