Html Css Color HEX #E86977 Froly

📋 copy color: '#E86977'

red 232 ◦ green 105 ◦ blue 119

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

Shades of Froly #E86977

Tints of Froly #E86977

RGB

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

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

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

R = 50.88%
G = 23.03%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E86977 (or 0xE86977) is known color: Froly. HEX triplet: E8, 69 and 77. RGB value is (232,105,119). Sum of RGB (Red+Green+Blue) = 232+105+119=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E86977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86977 is #179688. Grayscale: #909090. Windows color (decimal): -1545865 or 7825896. OLE color: 7825896.

HSL color Cylindrical-coordinate representation of color #E86977: hue angle of 353.39º degrees, saturation: 0.73, 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 #E86977 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 105 119 -
CMYK 0 0.55 0.49 0.09
HSL 353.39º 0.73% 0.66% -
HSV(B) 353.39º 0.55% 0.91% -
XYZ 41.66 28.59 20.78 -
YUV 144.57 113.58 190.36 -
System Red Green Blue C M Y K H S L
Decimal 232 105 119 0 0.55 0.49 0.09 353.39 0.73 0.66
Hex E8 69 77 0 37 31 9 161 49 42
Octal 350 151 167 0 67 61 11 541 111 102
Binary 11101000 1101001 1110111 0 110111 110001 1001 101100001 1001001 1000010

Color Harmonies of #E86977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86977

Black with #E86977

Text Example


Text Example

White with #E86977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86977; }

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

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

background-color css

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

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

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

border-color css

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

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

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