Html Css Color HEX #E8777D Froly

📋 copy color: '#E8777D'

red 232 ◦ green 119 ◦ blue 125

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

Shades of Froly #E8777D

Tints of Froly #E8777D

RGB

 RED value IS 232 (91.02% from 255) = 48.74%

 GREEN value IS 119 (46.88% from 255) = 25%

 BLUE value IS 125 (49.22% from 255) = 26.26%

R = 48.74%
G = 25%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E8777D (or 0xE8777D) is known color: Froly. HEX triplet: E8, 77 and 7D. RGB value is (232,119,125). Sum of RGB (Red+Green+Blue) = 232+119+125=476 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.74% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 232 - color contains mainly: red. Hex color #E8777D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8777D is #178882. Grayscale: #999999. Windows color (decimal): -1542275 or 8222696. OLE color: 8222696.

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

Color convert

RGB 232 119 125 -
CMYK 0 0.49 0.46 0.09
HSL 356.81º 0.71% 0.69% -
HSV(B) 356.81º 0.49% 0.91% -
XYZ 43.58 31.83 23.25 -
YUV 153.47 111.94 184.01 -
System Red Green Blue C M Y K H S L
Decimal 232 119 125 0 0.49 0.46 0.09 356.81 0.71 0.69
Hex E8 77 7D 0 31 2E 9 165 47 45
Octal 350 167 175 0 61 56 11 545 107 105
Binary 11101000 1110111 1111101 0 110001 101110 1001 101100101 1000111 1000101

Color Harmonies of #E8777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8777D

Black with #E8777D

Text Example


Text Example

White with #E8777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8777D; }

 p { color: rgb(232,119,125); }

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

background-color css

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

 a { background-color: rgb(232,119,125); }

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

border-color css

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

 span { border-color: rgb(232,119,125); }

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