Html Css Color HEX #E76977 Froly

📋 copy color: '#E76977'

red 231 ◦ green 105 ◦ blue 119

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

Shades of Froly #E76977

Tints of Froly #E76977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.08%

 BLUE value IS 119 (46.88% from 255) = 26.15%

R = 50.77%
G = 23.08%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E76977 (or 0xE76977) is known color: Froly. HEX triplet: E7, 69 and 77. RGB value is (231,105,119). Sum of RGB (Red+Green+Blue) = 231+105+119=455 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.77% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 231 - color contains mainly: red. Hex color #E76977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76977 is #189688. Grayscale: #909090. Windows color (decimal): -1611401 or 7825895. OLE color: 7825895.

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

Color convert

RGB 231 105 119 -
CMYK 0 0.55 0.48 0.09
HSL 353.33º 0.72% 0.66% -
HSV(B) 353.33º 0.55% 0.91% -
XYZ 41.34 28.42 20.76 -
YUV 144.27 113.74 189.86 -
System Red Green Blue C M Y K H S L
Decimal 231 105 119 0 0.55 0.48 0.09 353.33 0.72 0.66
Hex E7 69 77 0 37 30 9 161 48 42
Octal 347 151 167 0 67 60 11 541 110 102
Binary 11100111 1101001 1110111 0 110111 110000 1001 101100001 1001000 1000010

Color Harmonies of #E76977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76977

Black with #E76977

Text Example


Text Example

White with #E76977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76977; }

 p { color: rgb(231,105,119); }

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

background-color css

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

 a { background-color: rgb(231,105,119); }

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

border-color css

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

 span { border-color: rgb(231,105,119); }

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