Html Css Color HEX #E86376 Froly

📋 copy color: '#E86376'

red 232 ◦ green 99 ◦ blue 118

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

Shades of Froly #E86376

Tints of Froly #E86376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.05%

 BLUE value IS 118 (46.48% from 255) = 26.28%

R = 51.67%
G = 22.05%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E86376 (or 0xE86376) is known color: Froly. HEX triplet: E8, 63 and 76. RGB value is (232,99,118). Sum of RGB (Red+Green+Blue) = 232+99+118=449 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.67% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 232 - color contains mainly: red. Hex color #E86376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86376 is #179C89. Grayscale: #8C8C8C. Windows color (decimal): -1547402 or 7758824. OLE color: 7758824.

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

Color convert

RGB 232 99 118 -
CMYK 0 0.57 0.49 0.09
HSL 351.43º 0.74% 0.65% -
HSV(B) 351.43º 0.57% 0.91% -
XYZ 41.01 27.39 20.26 -
YUV 140.93 115.06 192.96 -
System Red Green Blue C M Y K H S L
Decimal 232 99 118 0 0.57 0.49 0.09 351.43 0.74 0.65
Hex E8 63 76 0 39 31 9 15F 4A 41
Octal 350 143 166 0 71 61 11 537 112 101
Binary 11101000 1100011 1110110 0 111001 110001 1001 101011111 1001010 1000001

Color Harmonies of #E86376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86376

Black with #E86376

Text Example


Text Example

White with #E86376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86376; }

 p { color: rgb(232,99,118); }

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

background-color css

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

 a { background-color: rgb(232,99,118); }

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

border-color css

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

 span { border-color: rgb(232,99,118); }

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