Html Css Color HEX #E86676 Froly

📋 copy color: '#E86676'

red 232 ◦ green 102 ◦ blue 118

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

Shades of Froly #E86676

Tints of Froly #E86676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.57%

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

R = 51.33%
G = 22.57%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E86676 (or 0xE86676) is known color: Froly. HEX triplet: E8, 66 and 76. RGB value is (232,102,118). Sum of RGB (Red+Green+Blue) = 232+102+118=452 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.33% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 232 - color contains mainly: red. Hex color #E86676 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86676 is #179989. Grayscale: #8E8E8E. Windows color (decimal): -1546634 or 7759592. OLE color: 7759592.

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

Color convert

RGB 232 102 118 -
CMYK 0 0.56 0.49 0.09
HSL 352.62º 0.74% 0.65% -
HSV(B) 352.62º 0.56% 0.91% -
XYZ 41.3 27.97 20.36 -
YUV 142.69 114.07 191.7 -
System Red Green Blue C M Y K H S L
Decimal 232 102 118 0 0.56 0.49 0.09 352.62 0.74 0.65
Hex E8 66 76 0 38 31 9 161 4A 41
Octal 350 146 166 0 70 61 11 541 112 101
Binary 11101000 1100110 1110110 0 111000 110001 1001 101100001 1001010 1000001

Color Harmonies of #E86676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86676

Black with #E86676

Text Example


Text Example

White with #E86676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86676; }

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

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

background-color css

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

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

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

border-color css

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

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

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