Html Css Color HEX #E77981 Froly

📋 copy color: '#E77981'

red 231 ◦ green 121 ◦ blue 129

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

Shades of Froly #E77981

Tints of Froly #E77981

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.16%

 BLUE value IS 129 (50.78% from 255) = 26.82%

R = 48.02%
G = 25.16%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E77981 (or 0xE77981) is known color: Froly. HEX triplet: E7, 79 and 81. RGB value is (231,121,129). Sum of RGB (Red+Green+Blue) = 231+121+129=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E77981 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77981 is #18867E. Grayscale: #9A9A9A. Windows color (decimal): -1607295 or 8485351. OLE color: 8485351.

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

Color convert

RGB 231 121 129 -
CMYK 0 0.48 0.44 0.09
HSL 355.64º 0.7% 0.69% -
HSV(B) 355.64º 0.48% 0.91% -
XYZ 43.75 32.25 24.69 -
YUV 154.8 113.44 182.35 -
System Red Green Blue C M Y K H S L
Decimal 231 121 129 0 0.48 0.44 0.09 355.64 0.7 0.69
Hex E7 79 81 0 30 2C 9 164 46 45
Octal 347 171 201 0 60 54 11 544 106 105
Binary 11100111 1111001 10000001 0 110000 101100 1001 101100100 1000110 1000101

Color Harmonies of #E77981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77981

Black with #E77981

Text Example


Text Example

White with #E77981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77981; }

 p { color: rgb(231,121,129); }

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

background-color css

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

 a { background-color: rgb(231,121,129); }

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

border-color css

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

 span { border-color: rgb(231,121,129); }

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