Html Css Color HEX #E77380 Froly

📋 copy color: '#E77380'

red 231 ◦ green 115 ◦ blue 128

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

Shades of Froly #E77380

Tints of Froly #E77380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.26%

 BLUE value IS 128 (50.39% from 255) = 27%

R = 48.73%
G = 24.26%
B = 27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E77380 (or 0xE77380) is known color: Froly. HEX triplet: E7, 73 and 80. RGB value is (231,115,128). Sum of RGB (Red+Green+Blue) = 231+115+128=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E77380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77380 is #188C7F. Grayscale: #979797. Windows color (decimal): -1608832 or 8418279. OLE color: 8418279.

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

Color convert

RGB 231 115 128 -
CMYK 0 0.50 0.45 0.09
HSL 353.28º 0.71% 0.68% -
HSV(B) 353.28º 0.5% 0.91% -
XYZ 42.98 30.81 24.1 -
YUV 151.17 114.93 184.94 -
System Red Green Blue C M Y K H S L
Decimal 231 115 128 0 0.50 0.45 0.09 353.28 0.71 0.68
Hex E7 73 80 0 32 2D 9 161 47 44
Octal 347 163 200 0 62 55 11 541 107 104
Binary 11100111 1110011 10000000 0 110010 101101 1001 101100001 1000111 1000100

Color Harmonies of #E77380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77380

Black with #E77380

Text Example


Text Example

White with #E77380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77380; }

 p { color: rgb(231,115,128); }

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

background-color css

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

 a { background-color: rgb(231,115,128); }

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

border-color css

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

 span { border-color: rgb(231,115,128); }

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