Html Css Color HEX #E77481 Froly

📋 copy color: '#E77481'

red 231 ◦ green 116 ◦ blue 129

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

Shades of Froly #E77481

Tints of Froly #E77481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.37%

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

R = 48.53%
G = 24.37%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E77481 (or 0xE77481) is known color: Froly. HEX triplet: E7, 74 and 81. RGB value is (231,116,129). Sum of RGB (Red+Green+Blue) = 231+116+129=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E77481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77481 is #188B7E. Grayscale: #979797. Windows color (decimal): -1608575 or 8484071. OLE color: 8484071.

HSL color Cylindrical-coordinate representation of color #E77481: hue angle of 353.22º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E77481 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 116 129 -
CMYK 0 0.50 0.44 0.09
HSL 353.22º 0.71% 0.68% -
HSV(B) 353.22º 0.5% 0.91% -
XYZ 43.16 31.06 24.49 -
YUV 151.87 115.1 184.44 -
System Red Green Blue C M Y K H S L
Decimal 231 116 129 0 0.50 0.44 0.09 353.22 0.71 0.68
Hex E7 74 81 0 32 2C 9 161 47 44
Octal 347 164 201 0 62 54 11 541 107 104
Binary 11100111 1110100 10000001 0 110010 101100 1001 101100001 1000111 1000100

Color Harmonies of #E77481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77481

Black with #E77481

Text Example


Text Example

White with #E77481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77481; }

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

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

background-color css

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

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

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

border-color css

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

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

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